Can classes be made unsaveable
Mostra commenti meno recenti
Is there a way to define a class such that the MATLAB save() function throws an error when it tries to save an instance of that class? E.g.
>> h = myclass();
>> save h
Error: Instances of myclass cannot be saved.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Class Introspection and Metadata in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!