Filter löschen
Filter löschen

pushbutton callback -> visible on axes in guide

1 Ansicht (letzte 30 Tage)
지현
지현 am 2 Mär. 2023
Kommentiert: Jan am 2 Mär. 2023
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 Kommentare
Voss
Voss am 2 Mär. 2023
Please upload the .fig and .m files, using the paperclip button.
Jan
Jan am 2 Mär. 2023
"what's the problem??" - It is your job to mention, what the problem is.
Waht do you call "table_button" and "table_axes"?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by