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!