How to draw 3-D plots in MATLAB
显示 更早的评论
A system has transfer function H(s) a. How to Use MATLAB to make a 3-D plot of the magnitude of H(s) b. to make a 3-D plot of the phase of H(s) c. to draw magnitude and phase Bode plots
回答(2 个)
Pourya Alinezhad
2014-9-4
0 个投票
actually transfer function H(s) has a response which could be plotted on a 2D diagram.the vertical axis corresponds to the magnitude or phase and the the horizontal axis shows the freq. what data do u want to place on the third axis?
Fahad Mirza
2014-9-6
0 个投票
Replace S with x+jy and simplify your transfer function. Make a meshgrid of x and y. Now use 'mesh' or 'surf' in matlab for 3D plot.
类别
在 帮助中心 和 File Exchange 中查找有关 Frequency-Domain Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!