Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 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