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
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에 대해 자세히 알아보기

제품

릴리스

R2023a

태그

질문:

2023년 6월 13일

답변:

2023년 6월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by