Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Startup.m works well in 2016a but not in 2017a
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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!
0 Kommentare
Antworten (1)
Star Strider
am 9 Okt. 2017
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 Kommentare
Star Strider
am 9 Okt. 2017
My pleasure.
I’ve had to change my startup.m over the past 15+ years to allow for changed and deprecated functions.
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!