Why do I receive an error regarding EXIST function when calling SLUPDATE for a model in Simulink?
Afficher commentaires plus anciens
When calling the SLUPDATE function for a model, I receive the following error regarding EXIST function:
slupdate(my_model);
??? Error using ==> exist
The first input to exist is a string.
Error in ==> slupdate>locForceSysOpen at 385
if exist(sys,'file') == 4,
Error in ==> slupdate at 52
[isLibrary, closeSimulink] = locForceSysOpen(sys);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Programmatic Model Editing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!