클래스 디버그 및 개발하기
클래스 정의 편집 및 디버그, 클래스 자동 업데이트
MATLAB®에서는 클래스 정의가 수정된 경우, 클래스 정의를 다시 불러옵니다. 따라서 클래스 정의 수정 후에 clear classes
를 호출할 필요가 없습니다. MATLAB이 수정된 클래스 정의를 지원하도록 기존 객체를 업데이트할 수 없는 경우에는 해당 객체만 지우십시오.
함수
edit | 파일 편집 또는 파일 생성 |
툴
클래스 다이어그램 뷰어 | Create diagrams with class details and hierarchies (R2021a 이후) |
클래스
matlab.diagram.ClassViewer | Create class diagrams in Class Diagram Viewer app (R2021a 이후) |
도움말 항목
- Use of Editor and Debugger with Classes
Accessing class files from the editor and debugger provides an effective environment for class development.
- Automatic Updates for Modified Classes
MATLAB updates instances of a class when you change the class definition. In some cases, you must clear the class before the changes can be applied.
- MATLAB Code Analyzer Warnings
The MATLAB Code Analyzer provides guidance while you write code.