How to show difference equation on the command line?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
For example, given
, is there a way to show this equation on the command line in Matlab just like what the tf() does?
, is there a way to show this equation on the command line in Matlab just like what the tf() does?0 comentarios
Respuestas (1)
KSSV
el 21 de Sept. de 2021
fprintf('y(n) = 0.25\n')
fprintf('y(n-2) = 2*x(n)+0.5*x(n-2)\n')
0 comentarios
Ver también
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!