How do I plot a 3d graph for a transfer function in MATLAB?

  • Context: MATLAB 
  • Thread starter Thread starter rlspin
  • Start date Start date
  • Tags Tags
    3d Graph Matlab
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
rlspin
Messages
6
Reaction score
0
Matlab 3d graph help

I'm pretty new to MATLAB so I am sorry if this is a stupid question but how do i produce a 3d graph for a transfer function?
Just for arguments sake, a simple TF like this:
2
-------------
s^2 + 2 s + 3
 
Last edited:
Physics news on Phys.org
Well, what are you trying to plot? Bode plots are sometimes plotted, but 3D? I suppose you could plot some kind of contour plot against complex values of s...
 
Sorry, that was a bad example. Say I had this transfer function instead:
2
-------------
s^2 + 2Xs + 3

and I had various values for X. I understand how i would plot the various curves on one graph in 2D but is there a way to 3d graph for the same results?