필터 지우기
필터 지우기

Single instance of class

조회 수: 74 (최근 30일)
Dean Phils
Dean Phils 2019년 7월 4일
편집: Andreas Justin 2024년 2월 20일
Hello all! I have just started learning MATLAB and am exploring the OOPS concepts in it. Can someone guide me how to create a class and limit it with only one instance? Also can someone tell me where one can use it

채택된 답변

Chirag Nighut
Chirag Nighut 2019년 7월 4일
In order to limit a single instance of a class you can use the persistent variables. Such type of classes are called Singleton Class. Such classes can be used
  1. When you wish to create a single client for connecting a server.
  2. Handle for a GUI
Following link should help you understand the singleton class and also its implementation:
  댓글 수: 1
Andreas Justin
Andreas Justin 2024년 2월 20일
편집: Andreas Justin 2024년 2월 20일
The persistent variables will be reinstantiated if you change the code of a class containing said variables. Even tough you might only change a comment somewhere within the source file (as of R2024a-pre).
Is mlock a valid way to prevent this behaviour?
Or is a constant property the better way?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by