check a variable is a symbolic or a double
35 ビュー (過去 30 日間)
古いコメントを表示
is there a function to check a variable is a symbolic or a double?
0 件のコメント
採用された回答
Azzi Abdelmalek
2012 年 10 月 14 日
編集済み: Azzi Abdelmalek
2012 年 10 月 14 日
syms a
b=10
class(a)
class(b)
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!