Why does the function ISA return different values on different platforms?

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

 採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日

0 投票

The ability for the ISA function to recognize upper case strings on Unix is not available in MATLAB 7.3 (R2006b).
To work around this issue, please use lower case letters as the class name input to ISA.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

製品

リリース

R2006b

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by