MATLAB程序
我在写一个MATLAB程序,求数据的极限误差:Blimx=t*xgm2; Blimx出来的结果是0.0023675,但是我只想取小数点后四位,我这样写:B=ronud(Blimx*10000)/10000;,,结果编译错误,错误显示是这样的:
??? Undefined function or method 'ronud' for input arguments of type 'double'.
Error in ==> Untitled at 33
B=ronud(Blimx*10000)/10000;
我应该怎么改?求大神指点,初学者,什么不懂啊
[解决办法]
??? Undefined function or method 'ronud' for input arguments of type 'double'.
--------------------------
round