Matlab杂记
vpa - Variable-precision arithmetic //将变量转化为十进制小数形式
This MATLAB function uses variable-precision arithmetic (VPA) to compute each
element of A to at least d decimal digits of accuracy, where d is the current
setting of digits.
R = vpa(A)
R = vpa(A,d)

浙公网安备 33010602011771号