How can we display a graph in axis of matlab GUI by pressing another button(say display)?
Mostra commenti meno recenti
How can we display a graph in axis of matlab GUI by pressing another button(say display)
Risposta accettata
Più risposte (3)
Morteza
il 20 Ago 2015
just create another button and use like below if you several axes
function Clear_Callback(hObject, eventdata, handles)
axes(handles.axes1)
cla;
Morteza
il 20 Ago 2015
just create another button and use like below if you several axes
function Clear_Callback(hObject, eventdata, handles)
axes(handles.axes1)
cla;
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
