hi i create two plots in a gui and when i use push button to plot a graph one of the axes work corectly butt the second axes covers complete gui need help????

2 Ansichten (letzte 30 Tage)
function flipbtn_Callback(hObject, eventdata, handles) % hObject handle to flipbtn (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA)
handles.y=fliplr(handles.x); %axes(handles.output) %stem(handles.y); guidata(hObject,handles) axes(handles.output); % Make current axes axes1. stem(handles.y, 'b*-', 'LineWidth', 2, 'MarkerSize', 13);

Antworten (0)

Kategorien

Mehr zu Line Plots 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