Bugs in the new update
3 ビュー (過去 30 日間)
古いコメントを表示
Isabelle agostini
2016 年 6 月 14 日
コメント済み: Walter Roberson
2016 年 6 月 16 日
Hi,
I've been experiencing bugs in the 2016a update of Matlab. When I open and run a certain script, which worked fine in the previous edition, I keep getting errors that I'm using undeclared variables such as '%U23' and '%U440'. I keep adding code to clear these in the top, however, it just keeps adding these random variables every I open the program. Let me know if you have any suggestions on a solution to my problem!
Thanks in advance,
Isabelle
1 件のコメント
Walter Roberson
2016 年 6 月 14 日
Please post the script and an exact copy of one of the error messages.
Which language edition of MATLAB are you using? Is any of your code written using non-English characters ?
採用された回答
その他の回答 (2 件)
Andreas Goser
2016 年 6 月 14 日
As th "%" is for comments, I wonder if you are talking about MATLAB code in the first place. But as Walter said, the more specifc, the better.
In general, please make sure bugs are reported to MathWorks support. Even if you get workarounds in this user forum, it is important to makes sure MathWorks Development consistenly knows about bugs.
6 件のコメント
Guillaume
2016 年 6 月 14 日
As per Walter's earlier comment please post the entire error message that get displayed, not your interpretation of it.
Also, what is the output of
who
Isabelle agostini
2016 年 6 月 16 日
2 件のコメント
Walter Roberson
2016 年 6 月 16 日
I think it likely that the file is corrupted or being read as if it is corrupted, and that the % notation is encoding of characters and not actually present anywhere.
参考
カテゴリ
Help Center および File Exchange で Naming Conventions についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!