Thank you Michael for your advise.
I am able to procure my motor model ( although I have relaxed the efficiency curve). I took the help of MC_AC75_IDEAL and could develop my motor curve.
I have the following issues:
1. When I select MC_AC75_IDEAL, the curve shows up, but in the matlab command line I get the following message
Undefined function or variable "levels".
Error in ==> clabel>plus_labels at 565
crange = max(abs(levels));
Error in ==> clabel at 83
h = plus_labels(cax, threeD, cs);
Error in ==> gui_inpchk at 562
clabel(c)
??? Error while evaluating uicontrol Callback
Although it didnt affect the final results, yet I am curious to know why this happened. The same case with my motor model (since I followed the efficiency curve of MC_AC75_IDEAL)
2. For optimization, I would like to use my motor model along with a few changes in generator, engine and the overall mass. I was thinking if I could save my vehicle before running the optimization ( which would be a series hybrid), and then instead of initializing the SERIES_DEFAULTS_in in the main optimization file, I could initialize my vehicle and run the optimizer.
How can I save the vehicle? Is the save button in the vehicle input page enough to save my vehicle?
Thanks in advance