how to write the matlab codes for cascading multiple transfer functions
Mostra commenti meno recenti
Let say i have 10 transfer functions .How to cascade(series) them?
3 Commenti
Walter Roberson
il 5 Giu 2019
Multiply them.
phoenix
il 6 Giu 2019
Walter Roberson
il 6 Giu 2019
https://www.cds.caltech.edu/~murray/wiki/Can_I_cascade_(multiply)_transfer_functions_in_MATLAB%3F
Risposta accettata
Più risposte (1)
Wilbert Clarke
il 23 Mar 2024
0 voti
k=tf(2,1);
Categorie
Scopri di più su Classical Control Design in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!