Julian Rosker
Georgia Institute of Technology
自 2017 起处于活动状态
Followers: 0 Following: 0
Current student intern at MathWorks on the EDG team. Studying electrical engineering at Georgia Tech.
Feeds
已回答
Using GUIDE trying to plot a figure in GUI axes
Rather than using: handles.axes1 you can use: axesHandle = findobj('Tag', 'tagForYourAxes'); plot(axesHandle,[1...
Using GUIDE trying to plot a figure in GUI axes
Rather than using: handles.axes1 you can use: axesHandle = findobj('Tag', 'tagForYourAxes'); plot(axesHandle,[1...
7 years 前 | 3
| 已接受
已回答
Input signal -->abs block-->ideal low pass filter block-->output signal - Ideal low pass filter in Simulink
Simulink does not support an ideal filter block. As a substitute, a non-ideal filter with a very small transition band can be cr...
Input signal -->abs block-->ideal low pass filter block-->output signal - Ideal low pass filter in Simulink
Simulink does not support an ideal filter block. As a substitute, a non-ideal filter with a very small transition band can be cr...
7 years 前 | 1
| 已接受