You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Some specific things available in Matlab object-oriented programming can only be done with custom Matlab classes when you inherit from the Matlab built-in handle class. This includes for example adding dynamic properties, listeners etc.
There is no default method to create a copy of an object of such a 'handle-class'. Using the simple assignment (e.g. y=x) in that case only copies the handle (=the pointer) to the object.
This simple workaround uses the built-in save function to create a new object which is a copy of the original object.
The provided function does at the moment only work with Matlab Pre-Release PR2008b which solves a previous bug in the built-in 'save' function.
Cite As
Holger Hiebel (2026). copymyobj (https://www.mathworks.com/matlabcentral/fileexchange/20972-copymyobj), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.36 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
