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)

posted @ 2015-05-14 14:49  jiahu  阅读(93)  评论(0)    收藏  举报