When I save the simulink file , the file doesn't save in matlab form and I can't open the file

답변 (1개)

Puru Kathuria
Puru Kathuria 2021년 3월 9일

0 개 추천

Hi,
You can try using save_system for saving your simulink model. Also, refer to the documentation of save_system to learn what all parameters it can take.
Ex:
save_system('newmodel') %saves the model newmodel. The model must be open or loaded.

카테고리

도움말 센터File Exchange에서 Modeling에 대해 자세히 알아보기

태그

질문:

2021년 3월 4일

답변:

2021년 3월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by