Back to TotalFit Methods

make_a_copy()

Remember, that TotalFit is a HANDLE class so the object cannot be copied directly, you only copy a handle to the object. Therefore, if you need a copy use make_a_copy(new_name) method. It uses save/load operation and creates a duplicate object with a new name.

 

For a specific usage see TotalFit.m