error in gray area of app designer
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
My app suddenly is giving an error (see below) in the gray code. I can not change the gray ares so how do I fix it?
Thank you Paul Mulqueen
methods is underlined in red. The erroe is Line 178 Parse error at methods usage might be invalid in MATLAB syntax.
% Callbacks that handle component events
methods (Access = private)
% Cell edit callback: UITable
function UITableCellEdit(app, event)
end
0 commentaires
Réponses (1)
Mario Malic
le 23 Nov 2020
Hello,
You can't change grey area, check if you're missing an end somewhere in your code.
2 commentaires
Mario Malic
le 23 Nov 2020
Reply to the mail:
I have never seen variable in yellow. Usually, " ! " commands are marked in yellowish color.
See this question, it might be useful https://www.mathworks.com/matlabcentral/answers/474796-how-to-solve-parse-error-at-methods-usage-might-be-invalid-matlab-syntax-matlab-2017b
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!