Feeds
답변 있음
Model cannot be loaded because its name is the same as another model that is already loaded and has different full path
Found the solution. Need to add close_system('modelA') before running the second program. http://www.kxcad.net/cae_MATLAB/t...
Model cannot be loaded because its name is the same as another model that is already loaded and has different full path
Found the solution. Need to add close_system('modelA') before running the second program. http://www.kxcad.net/cae_MATLAB/t...
거의 15년 전 | 1
| 수락됨
답변 있음
Error - index must be a positive integer or logical.
try n=fix(n); ET(i,j) = ((T(n,i) - T1(j,i))./T(n,i))
Error - index must be a positive integer or logical.
try n=fix(n); ET(i,j) = ((T(n,i) - T1(j,i))./T(n,i))
거의 15년 전 | 0
| 수락됨
질문
Model cannot be loaded because its name is the same as another model that is already loaded and has different full path
Hi, I am writing two programs. In the middle of each program, I need to get the output from a simulink model. I did this by a...
거의 15년 전 | 답변 수: 1 | 0

