Why do I keep having multiple GUIDE line errors?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Jan
2018년 6월 23일
Please post messages as text. Screenshots are inconvenient for reading and posting an answer.
채택된 답변
Jan
2018년 6월 23일
편집: Jan
2018년 6월 23일
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!