error: Invalid Simulink object handle
조회 수: 164 (최근 30일)
이전 댓글 표시
hello everyone
I try to simulate a model in Simulink, using file for global data and an introductory file, where the opening of the model is launched by open_system (TSmodel).
in the model, I use matlab function Interpreted.
when I simulates the init file:
Error using ==> open_system (TSmodel)
Invalid object handle Simulink.
cann u help me to resolve it?
댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2015년 6월 21일
Check if Tsmodel is in the current folder, type
댓글 수: 4
Azzi Abdelmalek
2015년 6월 21일
편집: Azzi Abdelmalek
2015년 6월 21일
If TSmodel is the name of your simulink model, you have to put it between quotes
open_system('TSmodel')
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!