Feeds
提问
gui cos sin wave question
I made this code how can I change it to look like this fig? function pushbutton1_Callback(hObject, eventdata, handles) f1 = ...
5 years 前 | 1 个回答 | 0
1
个回答提问
사인 코사인 중첩 gui 만들고 있는데요 질문있습니다.
f1 = str2double(get(handles.a,'String')); f2 = str2double(get(handles.b,'String')); f3= str2double(get(handles.c,'String'...
5 years 前 | 0 个回答 | 0
0
个回答提问
hi i'm make sin cos wave in gui
Hi I'm making a superimposed sin cos wave. could u tell me how can i superimpose in edit1 and axes1 ?? function pushbutt...
5 years 前 | 1 个回答 | 0
1
个回答提问
help gui sin cos wave code
function pushbutton1_Callback(hObject, eventdata, handles) f1 = str2double(get(handles.a,'String')); f2 = str2double(get...
5 years 前 | 1 个回答 | 0
1
个回答提问
Help gui sin cos wave
</matlabcentral/answers/uploaded_files/321700/9F374857-18A9-4937-A9D8-20DAB84691D9.jpeg> Can you guys help me how can i make thi...
5 years 前 | 1 个回答 | 0
1
个回答提问
matlab code error help
x = r*cospi*cos(theta); y = r*cospi*sin(theta); z = r*sinpi; r = sqrt(x^2+y^2+z^2); theta = atan*(y/x); pi = atan*(z/sqrt(x...
5 years 前 | 1 个回答 | 0

