Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列 (論理操作とリレーショナル操作) をどのようにシンボリック オブジェクトに変換しますか? 例えば..
zz = '(xx>=-4 ) & (xx<-3 )'
どのようzzにシンボリック オブジェクトに変換しますか?
zz
symコマンドを試しましたか?
sym
zz = sym('(xx>=-4 ) & (xx<-3 )');
がすでにシンボリック式である場合xx、つまり
xx
syms xx