Why do I keep having multiple GUIDE line errors?

1 回表示 (過去 30 日間)
Taylor Gates
Taylor Gates 2018 年 6 月 23 日
コメント済み: Walter Roberson 2018 年 7 月 18 日
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
Jan 2018 年 6 月 23 日
Please post messages as text. Screenshots are inconvenient for reading and posting an answer.
Walter Roberson
Walter Roberson 2018 年 7 月 18 日
Please do not close questions that have an answer.

サインインしてコメントする。

採用された回答

Jan
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\.
  1. Append user-defined folders at the bottom of the path to avoid shadowing built-in functions.
  2. Do not use names of Matlab functions for your own functions.
  1 件のコメント
Taylor Gates
Taylor Gates 2018 年 6 月 23 日
Wow thank you so much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by