vendredi 5 avril 2019

How to know if a name system already exist Matlab

I'm parsing a text file with matlab, creating a system for each tag [Component] i found and saving system. I would like to make a loop like this :

if SystemName already exist
    load_system
else 
    create_system

But i don't know how to do for the if line . Thanks for help.

Aucun commentaire:

Enregistrer un commentaire