Try-catch syntax error
조회 수: 3 (최근 30일)
이전 댓글 표시
I tried running the install_connector script and got this error, but I am running R2007a so I'm not sure why it's giving me this error
??? Warning: File: install_connector.m Line: 15 Column: 7 This try-catch syntax will continue to work in R2007a, but may be illegal or may mean something different in future releases of MATLAB. See Release Notes for MATLAB Version 7.4, "Warning Generated by try-catch" for details.
댓글 수: 0
답변 (2개)
Wayne King
2011년 10월 6일
Open the install_connector.m file in the editor and insert a comma after catch
댓글 수: 5
Wayne King
2011년 10월 6일
copy and past the line with the try-catch statement here so we can see. As it is now
Michael Katz
2011년 10월 7일
The MATLAB Connector is not supported on versions earlier than R2009b. We haven't tested it on 7a, but I am pretty sure it's not going to work.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!