Number of Digits Displayed in cftool

44 次查看(过去 30 天)
Does anybody know how to increase the displayed number of digits for fitted parameters in the fitting GUI of the curve fitting tool?
Thanks, Peter

采纳的回答

Oleg Komarov
Oleg Komarov 2011-4-24
A) save the fittedmodel object to workspace then:
coeff = coeffvalues(fittedmodel)
gives you the coefficients with the maximum precision available. How to display them is up to you.
B) The other option would be to edit:
...\toolbox\curvefit\curvefit\@cfit\private\ argstring.m
Change
%11.4g
to somethink like
%11.5f or %11.7f

更多回答(1 个)

peter
peter 2011-4-25
Thanks guys!

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by