답변 (1개)

Muath
Muath 2024년 9월 8일
편집: Muath 2024년 9월 8일

1 개 추천

I believe you are referring to the window for the figures. If it was the case then you can use:
figure('Name','Test')
This will give you a window with this name:
Figure 1: Test
If you want to remove Figure 1 part you have to use this:
figure('Name','Test','NumberTitle','off');
This will give a window with this name:
Test

카테고리

도움말 센터File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

질문:

2024년 9월 8일

편집:

2024년 9월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by