MATLAB Object-Oriented Programming

(Joyce) #1

Avoid Saving Unwanted Variables


Do not save variables that you do not want to load. Be sure that an object is still valid
before you save it. For example, if you save a deleted handle object, MATLAB loads it as a
deleted handle.

See Also


Related Examples



  • “Modify the Save and Load Process” on page 13-16

  • “Object Save and Load”


13 Saving and Loading Objects

Free download pdf