How to load two variables with different array size (Speed and Torque) into workspace with same size ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
My intenstion is to find the efficiency of the Model with inputs as speed and torque, which is obtained from simulink model simulation. Output of the simulink (Speed and TORQUE ) are to be loaded into workspace (with same size) for calculating the efficiency and plotting all the 3 in a meshgrid.
2 Kommentare
dpb
am 18 Jul. 2021
What you can load into MATLAB from the Simulink model is what it outputs -- if they aren't the same size for some reason (why wouldn't they be?), then you've got issues of whether the two elements belong together in time to solve firstly.
You can do all kinds of things, but what would make sense would take knowing much more than we currently know about what you're generating and how and what is available to use...
Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!