请教关于matlab和amesim联合仿真遇到的问题
浏览:138935 回答:1
做实例遇到这样的问题
>> amegetp('MSD2')
??? Error using ==> amegetp
No such file or directoryMSD2_.data
>> [R,S]=amerun('MSD2',0,1,0.001);
Start run ...
Unable to open file MSD2_.data
AMESim model MSD2_ did an abnormal exit!
Total CPU time: 0.015 seconds
AMESim model MSD2_ did an abnormal exit!
... The end
amesim4.2的版本 matlab7.1的版本
>> amegetp('MSD2')
??? Error using ==> amegetp
No such file or directoryMSD2_.data
>> [R,S]=amerun('MSD2',0,1,0.001);
Start run ...
Unable to open file MSD2_.data
AMESim model MSD2_ did an abnormal exit!
Total CPU time: 0.015 seconds
AMESim model MSD2_ did an abnormal exit!
... The end
amesim4.2的版本 matlab7.1的版本