help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: precision


From: James Sherman Jr.
Subject: Re: precision
Date: Sat, 6 Jun 2009 14:10:59 -0400

Look at printf or fprintf.  They work like their c counterparts.

On Sat, Jun 6, 2009 at 11:47 AM, Carlo Rossi <address@hidden> wrote:


Hello,
 I have a matrix in which each element is the average of other elements:
 I need to display it and every element has a five digits after the comma precision; can I visualize less unuseful digit?

A

A =
 0.50000 0.980000 ......

it's enough:
 0.50 0.980

thanks





_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]