How to find out the TimeUnits?

22 visualizaciones (últimos 30 días)
SP
SP el 27 de Jul. de 2015
Respondida: Azzi Abdelmalek el 27 de Jul. de 2015
I did this:
s = tf('s');
sys = s/(s^2 + 2*s + 10);
[mag, phase, wout] = bode(sys);
How can I find out the TimeUnits of wout? It was explained that: wout is "Response frequencies, returned as a row vector of frequency points. Frequency values are in radians per TimeUnit, where TimeUnit is the value of the TimeUnit property of sys"

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 27 de Jul. de 2015
get(sys,'TimeUnit')
Or
sys.TimeUnit

Más respuestas (0)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by