Many
Manuals
search
Kategorie
Marki
Strona główna
MATLAB
Oprogramowanie
CURVE FITTING TOOLBOX - RELEASE NOTES
Podręcznik Użytkownika
MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Podręcznik Użytkownika Strona 177
Pobierz
Podziel się
Dzielenie się
Dodaj do moich podręczników
Drukuj
Strona
/
216
Spis treści
BOOKMARKI
Oceniono
.
/ 5. Na podstawie
oceny klientów
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
feval
4-101
Create a fit result object and evaluate the object over a finer range in
x
.
y = x.^2+(rand(size(x))-0
.5);
xx = (0:0.05:10)';
fresult = fit(x,y,ftype);
f = feval(fresult,xx);
See Al
so
fit
,
fittype
1
2
...
172
173
174
175
176
177
178
179
180
181
182
...
215
216
Curve Fitting
1
How to Contact The MathWorks:
2
Contents
3
Preface
10
Related Products
10
Using This Guide
11
Installation Information
13
Typographical Conventions
14
Getting Started with the
15
Curve Fitting Toolbox
15
Importing the Data
17
Create data set
18
Fitting the Data
19
Copy Fit
20
Determining the Best Fit
22
Tools->Axes Limit Control
24
Table of Fits
25
Saving the Fit Results
27
Analyzing the Fit
29
Saving the Analysis Results
30
Saving Your Work
31
Saving the Session
32
Generating an M-File
33
Importing, Viewing, and
35
Preprocessing Data
35
Importing Data Sets
36
Data Sets List
37
Data Import Process
38
Create data set button
39
Viewing Data
40
Viewing Data Numerically
42
Smoothing Data
43
Data sets
44
Data sets list
44
Smoothing method
44
Data Sets
45
Moving Average Filtering
46
Lowess Smoothing
50
Robust Smoothing Procedure
51
Robust Lowess Smoothing
52
Savitzky-Golay Filtering
53
Savitzky−Golay Smoothing
54
Example: Smoothing Data
55
View button
56
Saving the Results
58
Excluding and Sectioning Data
59
Exclusion Rule
60
Marking Outliers
61
Influential Data Points
63
Sectioning
64
Check to
66
Data points outside the
68
Individual data points
68
Viewing the Exclusion Rule
69
applied
72
Infs, NaNs, and outliers
74
The Fitting Process
78
2 Select an exclusion rule
79
4 Compare fits
79
5 Save the fit results
79
Normal Distribution
81
Zero Mean
81
Constant Variance
81
Linear Least Squares
82
Weighted Linear Least Squares
85
Robust Least Squares
87
Nonlinear Least Squares
90
Library Models
92
Gaussian
93
Polynomials
93
Power Series
94
Rationals
95
Sum of Sines
95
Custom Equations
96
Linear Equations
97
General Equations
98
Specifying Fit Options
99
3 Fitting Data
100
Fitting Method and Algorithm
100
Fit Convergence Criteria
100
Coefficient Parameters
101
Residuals
103
Fitting Data
104
Goodness of Fit Statistics
105
Results list box in the
106
Table of fits
106
Parametric Fitting
107
View->Confidence Level
110
View->Residuals menu item
113
Example: Rational Fit
117
Tools->Custom Equation
122
New Equation button
122
Example: Robust Fit
137
Nonparametric Fitting
144
Smoothing Spline
146
Apply button
149
Selected Bibliography
151
Function Reference
153
4 Function Reference
154
Functions – By Category
154
Postprocessing Data
155
General Purpose
155
Functions – Alphabetical List
156
Syntax cflibhelp
158
Arguments
158
Description
158
See Also cfit, fit, fittype
159
Syntax cftool
160
The Data GUI
162
The Fitting GUI
163
The Exclude GUI
164
The Plotting GUI
164
The Analysis GUI
165
Syntax ci = confint(fresult)
166
See Also fit
167
Syntax xds = datastats(xdata)
168
See Also cfit, fit, integrate
171
Syntax obj
172
See Also fit, fittype
177
Syntax opts = fitoptions
182
Additional Fit Options
184
4integrate
193
Plot the residuals
197
, plot (built-in), subplot
198
See Also confint, fit
201
Syntax set(opts)
202
See Also fitoptions, get
203
Syntax yy = smooth(ydata)
204
See Also fit, sort
208
Numerics
209
Infs, NaNs, and outliers 2-41
215
Komentarze do niniejszej Instrukcji
Brak uwag
Publish
Powiązane produkty i podręczniki dla Oprogramowanie MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES
Oprogramowanie MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Dokumentacja
(180 strony)
Oprogramowanie MATLAB POLYSPACE RELEASE NOTES Instrukcja Użytkownika
(240 strony)
Oprogramowanie MATLAB SIGNAL PROCESSING BLOCKSET 7 Podręcznik Użytkownika
(738 strony)
Oprogramowanie MATLAB BUILDER EX 1 Podręcznik Użytkownika
(182 strony)
Oprogramowanie MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Podręcznik Użytkownika
(354 strony)
Oprogramowanie MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Podręcznik Użytkownika
(575 strony)
Drukuj dokument
Drukuj stronę 177
Komentarze do niniejszej Instrukcji