How to show TF function in GUI text box
Mostra commenti meno recenti
s = tf('s');
Gc =(s+1/T)/(s+1/(beta*T));
set(handles.TF,'string',Gc);
it showing some error
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Operations on Strings 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!