Explore innovative electrical machines MATLAB project ideas.
Get expert guidance for your academic and career growth in electrical engineering.
A wave-shaped mask for fabricating a nano-scale structure is disclosed. The wave-shaped mask comprises an elastomeric transparent substrate having an upper surface and a lower surface, and a light-penetrable thin film layer disposed on the upper surface of the elastomeric transparent substrate.
pdepe, fft2, mesh, fcontourProposes earth fault localization using synchronized power quality measurement data recorded on the low-voltage side of MV/LV distribution transformers in compensated neutral networks.
power_analyze, fft, hilbert, simAccurate measurement and estimation of HVDC converter station power losses operating high-frequency IGBT switches to support bid evaluations and carbon emission reductions.
power_sweepsens, thd, trapz, simscape.multibodyComprehensive simulation study across 42 drivetrain case studies evaluating efficiency, fuel consumption, and battery state-of-charge dynamics in series-parallel hybrid electric vehicles.
autoblkssimplehev, sim, trapz, plotInvestigates relationships between DC motor speed, strain torque, and armature voltage levels in open-loop and closed-loop feedback control architectures.
tf, step, pidtune, rlocus, bodeAnalytical and SIMULINK loss calculations comparing transformer core and copper losses under linear loads versus non-linear harmonic load current profiles.
power_fftscope, thd, power_loadflow, simDevelops a dynamic model of a seven-phase induction generator driven by a wind turbine with power electronic converters and Synchronous Reference Frame (SRFPLL) grid synchronization.
power_multiphase, srfpll, park, clarke, simDynamic modeling of stationary PEM fuel cell systems considering fuel processor (ATR), PEM stack, coolant flow, humidification, and enthalpy wheel heat exchangers.
simscape.library, ode45, interp1, plotSimulating DC motor torque-speed curve under varying armature voltages:
% DC Motor Constants
Ra = 2.0; % Armature Resistance (Ohm)
Kt = 0.1; % Torque Constant (Nm/A)
Ke = 0.1; % Voltage Constant (V/rad/s)
Va_vec = [12, 24, 36]; % Armature Voltages (V)
w = 0:1:350; % Angular Speed (rad/s)
figure; hold on;
for Va = Va_vec
Ia = (Va - Ke * w) / Ra;
Torque = Kt * Ia;
plot(w * 30/pi, Torque, 'LineWidth', 1.5);
end
xlabel('Speed (RPM)'); ylabel('Torque (Nm)');
title('DC Motor Speed vs Torque Curves');
legend('Va = 12V', 'Va = 24V', 'Va = 36V'); grid on;
Use Simscape Electrical Asynchronous Machine block, setting d-q axis reference frames, stator resistance, rotor reactance, and inertia parameters.
Simscape Electrical, Power System Simulation, Control System Toolbox, and Signal Processing Toolbox.
Differential equation assignments usually boil down to three scenarios: standard initial value problems, stiff system...
Learn More1. Why Standard AI Fails on Real-World Physics Problems If you've ever tried training a standard deep learn...
Learn More“I got full marks on my MATLAB assignment! The solution was perfect and delivered well before the deadline. Highly recommended!”
“Quick delivery and excellent communication. The team really understood the problem and provided a great solution. Will use again.”
Explore how MATLAB Solutions has helped clients achieve their academic and research goals through practical, tailored assistance.
Differential equation assignments usually boil down to three scenarios: standard initial value problems, stiff systems that crash normal solvers, and boundary value problems where conditions are split between two ends of a domain. This guide walks through how to pick the right MATLAB solv
1. Why Standard AI Fails on Real-World Physics Problems If you've ever tried training a standard deep learning model to predict fluid dynamics, structural stress, or heat transfer, you've likely hit a wall. Standard neural networks excel at recognizing patterns in images or text, but wh