check a variable is a symbolic or a double
35 views (last 30 days)
Show older comments
is there a function to check a variable is a symbolic or a double?
0 Comments
Accepted Answer
Azzi Abdelmalek
on 14 Oct 2012
Edited: Azzi Abdelmalek
on 14 Oct 2012
syms a
b=10
class(a)
class(b)
0 Comments
More Answers (1)
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!