immutable outputs from matlab functions
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi!
Can I define Matlab function outputs as immutable (similar to Python) like user defined class properties can have set access as immutable?
Thanks & Regards,
Mubashir
0 Kommentare
Antworten (1)
Walter Roberson
am 13 Jun. 2023
No. The closest you can get is to create a class that does not have a public set method for the properties.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Software Development Tools finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!