How to plot a margin(matlab) function that is a bode plot in hertz?

Thread Starter

TarikElec

Joined Oct 17, 2019
122
I am using the function margin from Matlab to get the phase margin and gain margin of a s-plane function in hertz, I looked in matlab but could not come out with proper information

figure(1)
margin(TF_sys)
 
Top