help in a GUI, basic signal
이전 댓글 표시
how can I do that in a GUI interface. for example: I need the user to insert amplitude, frequency and offset so that a Rectangular signal is projected with those parameters that the user defined in the GUI
A = str2double(get(handles.edit1,'String')); %Amplitude
f = str2double(get(handles.edit2,'String')); %Frecuency
phi = str2double(get(handles.edit3,'String')); %offset
phi2= phi*pi/180;
......
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Specialized Power Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!