In 2007b, block paths having more than 1290 characters are not recognized.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello,
When using open_system command in R2007a, for block paths having more than 1290 characters, 'path does not exist' error is given.
Although this error is not given in R2011a.
Please advice.
댓글 수: 0
답변 (1개)
Fangjun Jiang
2011년 12월 27일
I am not sure if such limitation exists, even in R2007a. Let's see if it is something else.
I assume you want to open a subsystem block deep in a hierarchy. Let's try the opposite way. In your model, browse down to that block and select that block, then in Command Window,
BlockPath=gcb;
length(BlockPath);
find_system(BlockPath)
What do you get?
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!