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
