Feeds
已回答
How to insert Xlabel and Ylabel into axes when designing GUI ?
you can try following code in your user code: plot(handles.axes,x,y); xlabel(handles.axes,'xlabel') ylabel(handles.axes...
How to insert Xlabel and Ylabel into axes when designing GUI ?
you can try following code in your user code: plot(handles.axes,x,y); xlabel(handles.axes,'xlabel') ylabel(handles.axes...
10 years 前 | 1
