curve fitter, the coefficients are hidden as 0.0000

4 views (last 30 days)
I try to use cuve fitter to fit inductor with custom equation, the problem appears as shown below:
When I make an entry for the start of L, C, and R, the data is automatically approximated to four decimals, and even shows up as 0.0000, which also appears in the ‘results’. But when I copy and paste the 'fake data' into txt , the 'true data' appears,:
why? How can I get the data to display properly?
Any help on how to approach this problem is greatly appreciated!

Answers (1)

Star Strider
Star Strider on 5 Sep 2024
It may not be possible to change the display format in the app.
A better option would be to use fit and, iif necessary, set the format to display the number of digits that you want.

Categories

Find more on Linear and Nonlinear Regression in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!