Sign in

username or email:

password:



Not a member?
Forgot your password?

Search matlab



Search tips

Subscribe to matlab



Ads

Discussion Groups

See Also

Embedded SystemsFPGA

Discussion Groups | Matlab DSP | Increasing precision in Matlab

Hello..! I had a question regarding , how to increase the accuracy of Matlab to any desired number of digits after the decimal point in the case where the eigen values and eigen vectors.....

  

Post a new Thread



Is this thread worth a thumbs up?

0

Increasing precision in Matlab - sudeep deshmukh - Jan 31 18:30:00 2003

Hello..!

I had a question regarding , how to increase the accuracy of Matlab
to any desired number of digits after the decimal point in the case where the
eigen values and eigen vectors...

Also , I would like to know in general how to improve the accuracy so that
matlab shows values upto a specific number of decimal places in any mathamatical
operation.

Thanks,

Sudeep



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: Increasing precision in Matlab - Goutham R.Kirikera - Feb 3 14:46:00 2003

Hi Sudeep Deshmukh
Try looking for a command "Format" in MATLAB help menu. I hope this solves
your question.
thanks
Goutham
sudeep deshmukh <> wrote:Hello..!

I had a question regarding , how to increase the accuracy of Matlab
to any desired number of digits after the decimal point in the case where the
eigen values and eigen vectors...

Also , I would like to know in general how to improve the accuracy so that
matlab shows values upto a specific number of decimal places in any mathamatical
operation.

Thanks,

Sudeep _____________________________________
/groups.php3

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: Increasing precision in Matlab - Author Unknown - Feb 3 15:52:00 2003



If you have the Symbolic Math Toolbox, you can use its variable-precision
arithmetic (VPA) to accomplish what you want. Of course, eventually you would
need to be concerned about the precision available on your input data, but the
computations you perform can be done to any precision you wish.

Most Matlab functions cannot be used with VPA, but basic matrix manipulations
and basic arithmetic operations can.

Sincerely,
Glen Ragan



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )