immutable outputs from matlab functions
Afficher commentaires plus anciens
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
Réponses (1)
Walter Roberson
le 13 Juin 2023
0 votes
No. The closest you can get is to create a class that does not have a public set method for the properties.
Catégories
En savoir plus sur Call Python from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!