Bill Whiten
Retired
Followers: 0 Following: 0
Statistics
RANK
157,230
of 295,467
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,613 of 20,234
REPUTATION
1,142
AVERAGE RATING
4.60
CONTRIBUTIONS
19 Files
DOWNLOADS
37
ALL TIME DOWNLOADS
10502
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Probabilities for model comparison
Probability or probability distribution for comparing models or a model with repeat data.
4 years ago | 1 download |
Submitted
selectfields: Select specified field names from a struct
Selects fields listed in a cell array from a struct
5 years ago | 3 downloads |
Submitted
Optional function arguments
Optional function arguments with default values: optndfts
6 years ago | 2 downloads |
Submitted
Functions istext iscelltext
Test for char or string variables; Test for cell array of char or string variables.
6 years ago | 1 download |
Submitted
nlsq & nnnlsq Least squares
Robust & non negative non linear least squares: nlsq & nnnlsq
7 years ago | 2 downloads |
Submitted
Equation selection using subset regression: regsubsets
Finds multiple linear regression equations relating measurement data to results. See regtest.html
7 years ago | 1 download |
Submitted
Weighted median (from data & sds) & its standard deviation
Interpolated weighted median with calculation of its standard deviation and distribution
7 years ago | 2 downloads |
Submitted
renamefields: Rename some field names in a struct
Changes struct field names from cell array list of old names to names in list of new names
7 years ago | 1 download |
Submitted
Select points from graph: graphpoints
Get coordinates and indices of points from a graph [xx,yy,indx]=graphpoints(x,y)
8 years ago | 1 download |
Submitted
Reconcile multiple examinations
Reconcile multiple examinations of multiple projects
8 years ago | 1 download |
Submitted
EXPERT1
An easy to use deduction engine useful for small expert systems and embedding complex condition ...
8 years ago | 1 download |
Submitted
Boxplot: boxplotx without toolboxes
Boxplot: boxplotx Quartiles box, 1% whiskers, & outliers
8 years ago | 7 downloads |
Submitted
Expert2 Propositional Logic
A deduction engine useful for small expert systems and complex condition statements.
9 years ago | 2 downloads |
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
9 years ago
Submitted
KS statistic.zip
Test multiple samples for same distribution - probKS
10 years ago | 2 downloads |
How to change default path on startup for Mac?
You could try: http://www.mathworks.com/matlabcentral/fileexchange/39425-restore-project-status-for-selected-project Allows ...
10 years ago | 0
Submitted
nnls - Non negative least squares
nnls - Alternative to lsqnonneg: faster on large problems, improved convergence, optional restart
11 years ago | 4 downloads |
Submitted
Greyboxeval - Model quality evaluation
For models residues=model(data,parameters) with data sets at different experimental conditions
11 years ago | 1 download |
Submitted
Greyboxbuild: complete a greybox model
Completes a model by relating model parameters to operating conditions using experimental data
11 years ago | 1 download |
Submitted
linfitregsel - term selection in linear regression
Select terms in linear regression (equation fitting) using eigenvectors and term significance
11 years ago | 2 downloads |
Least Squares Method- Νon linear to Linear
You can write the equation as f=(a/b)x-(1/b)fx and use linear regression for the coefficients (a/b) and (1/b). Convert these to ...
12 years ago | 0
Submitted
Restore project status for selected project
Restores search path and reopens editor files for selected folder/project during startup/restart
12 years ago | 1 download |