How to load two variables with different array size (Speed and Torque) into workspace with same size ?

2 views (last 30 days)
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 Comments
dpb
dpb on 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...
Varun Nair
Varun Nair on 18 Jul 2021
Thanks for your reply, regarding the initial points you pointed out, I was aware but dont know why it is like that.in my case I have added a load case externally. But I can share the file with you for your refernce.

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!