Why do I keep having multiple GUIDE line errors?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Taylor Gates
am 23 Jun. 2018
Kommentiert: Walter Roberson
am 18 Jul. 2018
I am new to matlab and just experimenting with the software. I try to open any of the 4 preset GUIDEs and none of them will open. I just get lots of errors. Am I doing something wrong or should I redownload the software?
2 Kommentare
Jan
am 23 Jun. 2018
Please post messages as text. Screenshots are inconvenient for reading and posting an answer.
Akzeptierte Antwort
Jan
am 23 Jun. 2018
Bearbeitet: Jan
am 23 Jun. 2018
You have created a script called "sum.m", which shadows the built-in function with the same name. This is a bad idea. The solution is to rename your script in C:\Users\Sharon\Documents\MATLAB\My codes\.
- Append user-defined folders at the bottom of the path to avoid shadowing built-in functions.
- Do not use names of Matlab functions for your own functions.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!