Live Script to define a class

조회 수: 29 (최근 30일)
CAME18
CAME18 2022년 4월 24일
댓글: Samantha May 2023년 3월 7일
Ever since I discovered Live Editor Scripts, I use them all the time. It is an excellent feature to correctly document a project. Currently it is not possible to define classes in a Live Editor script. Is this functionality under consideration for a future release?
  댓글 수: 1
Matt J
Matt J 2022년 4월 25일
편집: Matt J 2022년 4월 25일
It would be nice to be able to define classes even in conventional scripts, or other local scopes like functions. I suspect it would be inefficient though. You would need to reinitialize the class every time that local scope was entered.

댓글을 달려면 로그인하십시오.

채택된 답변

Prasanna Konyala
Prasanna Konyala 2022년 4월 27일
Hi Camilo
Currently we are not supporting classes in Live Editor. Our developers are aware of this and it might be considered for a future release.
In addition, you can always define classes in normal ".m" files and then use the classes in live scripts or functions.
  댓글 수: 2
CAME18
CAME18 2022년 4월 28일
Sure, a class can be defined on a classic .m file. However, the idea is to document, for example, the methods of such a class with the Live Editor's features. I hope it becomes an option on a future release.
Samantha May
Samantha May 2023년 3월 7일
Hi,
you mentioned:
"you can always define classes in normal ".m" files and then use the classes in live scripts or functions"
How would I go about doing this?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Live Scripts and Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by