GUI and user-defined function
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can anyone know what is the problem?
This is the the user-defined function.
This is the GUI. And when I run it, there are errors:
0 commentaires
Réponses (1)
Mario Malic
le 6 Sep 2020
Define your result as an empty array first. This may resolve your issues, depending on the rest of the code
result = [];
4 commentaires
Rik
le 6 Sep 2020
elseif can be easier to read. It also allows compound conditions, which can be hard or impossible to create with switch,case.
These characters need to be encoded correctly inside the mlapp file and in the m file. If you aren't using R2020a you really need to be careful about editing, as you need to make sure Matlab saves the file encoded with UTF-8, which it does by default in R2020a, but not before. Many people have lost their é characters in their comments and chars and getting them replaced with questionmarks.
Voir également
Catégories
En savoir plus sur Econometrics Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!