필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Startup.m works well in 2016a but not in 2017a

조회 수: 2 (최근 30일)
JFz
JFz 2017년 10월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
My startup.m works well in 2016a but not in 2017a. It issues a variable or function not defined error in 2017a. I did indeed do an import line before running the function. Here is the two lines: import A.* A.func; I wonder why and how to fix this. Thanks!

답변 (1개)

Star Strider
Star Strider 2017년 10월 9일
See the Release Notes — Advanced Software Development for changes in the way the import function is now implemented in R2016b and later releases. You may have to change the way you call it. (I don’t use the function, so I cannot comment further.)
  댓글 수: 2
JFz
JFz 2017년 10월 9일
Thanks. Let me take a look at the import function definition.
Star Strider
Star Strider 2017년 10월 9일
My pleasure.
I’ve had to change my startup.m over the past 15+ years to allow for changed and deprecated functions.

이 질문은 마감되었습니다.

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by