How to draw 3-D plots in MATLAB

4 visualizaciones (últimos 30 días)
SREE
SREE el 4 de Sept. de 2014
Respondida: Fahad Mirza el 6 de Sept. de 2014
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

Respuestas (2)

Pourya Alinezhad
Pourya Alinezhad el 4 de Sept. de 2014
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
Fahad Mirza el 6 de Sept. de 2014
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.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by