R2020b: App Designer says can't open File MATLAB failing if condition
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
shubham kumar gupta
el 10 de Nov. de 2020
Editada: shubham kumar gupta
el 10 de Nov. de 2020
C:\Users\SHUBHAM\Documents\MATLAB\Dymola_App.mlapp: Can't open file.
What I did is:
I created a GUI in MATLAB using guide it is working
Now I clicked migrate to AppDesigner
When I click Run it says that "C:\Users\SHUBHAM\Documents\MATLAB\Dymola_App.mlapp: Can't open file."
After seeing all this I get to know that it is due to if condition in appdesigner Matlab
if isempty(Fci) || isempty(Fhi) || isempty(Tci)
CRASHES
BUT same with like this works
if isempty(Fci)
How to solve this
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!