MATLAB Answer format
1 view (last 30 days)
Show older comments
Why does my answer appear as (as example) 1234567/987654*pi^2? Why will it not appear as a number? If I then copy and paste the answer, and hit enter, I get the number. But why when I type W= do I get the equation? I have tried changing the format to short, shortE, shortG...anything. Thanks.
0 Comments
Accepted Answer
Oleg Komarov
on 20 Mar 2012
Is W a symbolic variable?
3 Comments
Oleg Komarov
on 20 Mar 2012
The type sym has a specific way of displaying results.
Just convert to double
double(W)
More Answers (0)
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!