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년 초과 전 | 1
