回答済み 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年弱 前 | 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...