![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/990175/image.png)
how to plot negative frequency in x axis ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Belal Ahmed
el 7 de Mayo de 2022
Respondida: Sam Chak
el 7 de Mayo de 2022
how to plot an impulse response ?
0 comentarios
Respuesta aceptada
Sam Chak
el 7 de Mayo de 2022
This impulse response can plotted by following the example here:
a = [0 1; -1 -1];
b = [0; 1];
c = [1 0];
sys = ss(a, b, c, 0);
impulse(sys)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/990175/image.png)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Plot Customization 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!