필터 지우기
필터 지우기

pushbutton callback -> visible on axes in guide

조회 수: 1 (최근 30일)
지현
지현 2023년 3월 2일
댓글: Jan 2023년 3월 2일
I have a problem
i want to push a table_button , next can see table_axes,
first push , table_button => right position(table_axes)
but another button (example : run_button) push, then again push , table_button => run_axes position in table data 'C'
what's the problem??
colormap('jet');
image(C);
colorbar(handles.table_axes);
set(handles.table, 'Data' ,C);
set(handles.table_axes,'visible','on');
  댓글 수: 2
Voss
Voss 2023년 3월 2일
Please upload the .fig and .m files, using the paperclip button.
Jan
Jan 2023년 3월 2일
"what's the problem??" - It is your job to mention, what the problem is.
Waht do you call "table_button" and "table_axes"?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by