已回答 How to learn MATLAB
_In fact, in addition to reading, nothing has helped me learn Matlab more than doing small experiments at the command line and i...
已回答 Is this a symbolic math bug?
Thanks. To continue:
*Q1*
Solution based on your idea (oh.. I am stupid :)- ):
>>a=log(2);a=sym(vpa(a,5))
*Q2:* to clarify -- ...
14 years 前 | 0
| 已接受
提问
Is this a symbolic math bug?
1. Let's a=log(2),
I want create with only 5 digits:
>>digits(5);b=sym(a,'d')
b =
0.69315
But what is another way? This way i...