필터 지우기
필터 지우기

simulink path error matlab function block

조회 수: 1 (최근 30일)
ozcan
ozcan 2012년 11월 1일
댓글: Daniel Gutiérrez Díaz 2017년 10월 29일
Hi, I am using matlab 2012a and I try perform a simulink model which is kind of flow shop manufacturing model. I want to use matlab function block but when I add this block to model it made error like this;
"The current directory is c:\program files\matlab\r2012a\bin, which is reserved for matlab files"
When I try perform matlab examples that include matlab function block are in matlab library it made same error.
How can fix it ?

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 11월 1일
You just need to change your working directory to something that's not under Program Files:
>> cd C:\some\other\path
MATLAB Function blocks first generate a MEX-file from your MATLAB code into the current directory, before executing it. Since you are in "c:\program files\matlab\r2012a\bin" which is a read-only directory, it results in an error.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by