Why does the function ISA return different values on different platforms?
Mostra commenti meno recenti
On WINDOWS machine:
sys = rss(3,1,2)
isa(sys,'LTI') %answer is 1
isa(sys,'lti') %answer is 1
On Unix/Mac:
sys = rss(3,1,2)
isa(sys,'LTI') %answer is 0
isa(sys,'lti') %answer is 1
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB 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!