SIMULINK model error with 'to file'
이전 댓글 표시
A simulink model i created worked fine on my university system and laptop. I then added a few 'to file' blocks (to save on ram during long simulations)to the working model and now this new model runs only on my uni pc.....i get an error when i trying running it on my laptop.....it reads as follows;
block error..source;to file.....Error encountered in block 'tuesday4_2/To File1' model error..source;unknown.....Error opening or closing file 'data.mat'
any idea whats happening and how can i rectify it....thanx.
답변 (2개)
TAB
2012년 9월 3일
1 개 추천
Seems that you don't have write access to the directory in which mat-files are being written. Open the Matlab as admin try again.
Azzi Abdelmalek
2012년 9월 3일
0 개 추천
I suggest to change the directory where you are saving your file, if it's in C: do it in D:
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!