Prev: Select important data from an array
Next: setting upper bound and lower bounds in Optimization toolbox
From: thivanka nirushan on 3 Apr 2010 03:27 20*a-2147354487090485/37778931862957161709568*d+4851672432956989/18889465931478580854784 i want above symbolic expression to round up to 3 decimal places. how can i do that? (in this expression a, d are symbolic variables)
From: us on 3 Apr 2010 03:39
"thivanka nirushan" <thivanka_niru(a)yahoo.com> wrote in message <hp6qk9$ll1$1(a)fred.mathworks.com>... > 20*a-2147354487090485/37778931862957161709568*d+4851672432956989/18889465931478580854784 > > i want above symbolic expression to round up to 3 decimal places. how can i do that? > (in this expression a, d are symbolic variables) a hint: help vpa; help digits; us |