comp.soft-sys.matlab
[Top] [All Lists]

Re: Converting Strings to Numbers with higher prec

Subject: Re: Converting Strings to Numbers with higher prec
From: "nevine jacob"
Date: Fri, 30 Sep 2005 12:52:38 -0400
Newsgroups: comp.soft-sys.matlab
The fprintf seems to work really good. For me storing the data is
more important than displaying it. Thanks for the help.

- nevine

Dan Hensley wrote:
>
>
> On Fri, 30 Sep 2005 10:03:06 -0400, nevine jacob wrote:
>
>> Hi Dan,
>>
>> Thanks so much for the help. "format long g" works best for me.
> By
>> the way, would it be possible to "control" the number of digits
> after
>> the decimal point?
>
> There was a recent thread about how to do this. In short, overload
> @double/display.m. The thread gave specific examples of how to do
> this.
>
> Alternately, use fprintf to control the display.
>
> Dan

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy