MATLAB 7.5 doesn't calculate the whole operation

1 次查看(过去 30 天)
Hello! I'm working with MATLAB 7.5 and, in some occasions, when I make operations like sin(9283471987573/982489578238954) and press enter, it only writes it, but not the solution. How can I avoid it?
Sorry if I made some grammatical mistake, english is not my first language.

采纳的回答

Walter Roberson
Walter Roberson 2013-4-3
If you are using the symbolic toolbox, use vpa() to evaluate it as decimal.
If the symbolic expression does not contain any symbols, then you can use double() to convert it to a double precision number.

更多回答(1 个)

Carlos
Carlos 2013-4-3
编辑:Carlos 2013-4-3
Try typing
format long
in your command window.

类别

Help CenterFile Exchange 中查找有关 Number Theory 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by