immutable outputs from matlab functions
이전 댓글 표시
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
답변 (1개)
Walter Roberson
2023년 6월 13일
0 개 추천
No. The closest you can get is to create a class that does not have a public set method for the properties.
카테고리
도움말 센터 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!