필터 지우기
필터 지우기

How to start figure window in matlab

조회 수: 4 (최근 30일)
Bakhtawar
Bakhtawar 2024년 5월 4일
답변: Image Analyst 2024년 5월 4일
The figure window in my Matlab app can't work enen not open
  댓글 수: 1
DGM
DGM 2024년 5월 4일
편집: DGM 2024년 5월 4일
We don't know what the code is, how you used it, or if it produced any errors. The only thing we know is that you have some code that's supposed to create a figure, but doesn't.
Here's one guess:
% some code that will open a uifigure:
hfig = uifigure();
... or maybe it's more complicated than that. Either we could guess aimlessly as to what the problem is, or you'll have to describe the problem in more concrete terms.

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

답변 (1개)

Image Analyst
Image Analyst 2024년 5월 4일
Take the App Designer training:
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by