photo

Frederic Moisy


University Paris Sud

Last seen: 2 months ago Active since 2006

Followers: 0   Following: 0

Message

Visit my Matlab page: http://www.fast.u-psud.fr/~moisy/ml Professional Interests: Fluid mechanics, Image processing

Statistics

All
MATLAB Answers

0 Questions
6 Answers

File Exchange

14 Files

RANK
5,378
of 300,553

REPUTATION
8

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
58 of 21,024

REPUTATION
14,015

AVERAGE RATING
4.30

CONTRIBUTIONS
14 Files

DOWNLOADS
101

ALL TIME DOWNLOADS
131085

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Fitting data with two peaks
Hi, you can try the Ezyfit toolbox: http://www.mathworks.com/matlabcentral/fileexchange/10176-ezyfit-2-40 In particular, ...

13 years ago | 0

Answered
non linear data fit (weighted least square)
Hello, a simple non-linear fitting method is provided in the (free) Ezyfit toolbox: http://www.mathworks.com/matlabcentra...

13 years ago | 0

Answered
Optimising the fit of a function with 2 variables
You can also use the Ezyfit toolbox, which is free: http://www.mathworks.com/matlabcentral/fileexchange/10176 One installed,...

13 years ago | 0

Answered
Can you use DIR to list files in subfolders ?
You can use rdir (=recursive dir), available hire: http://www.mathworks.com/matlabcentral/fileexchange/12180-fileseries-rename-...

13 years ago | 2

Answered
Fitting Functions
Hi, First solution: replace x by y=1/x, then use polyfit to fit your data with respect to y. Second solution: install the...

14 years ago | 0

Answered
Data fitting
This is easy with the Ezyfit toolbox: http://www.mathworks.com/matlabcentral/fileexchange/10176 Plot your data, and type sh...

14 years ago | 0

| accepted