Community Profile

photo

Frederic Moisy


University Paris Sud

Last seen: 4 månader 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
  • 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, ...

nästan 12 år 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...

nästan 12 år 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,...

nästan 12 år 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-...

ungefär 12 år 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...

ungefär 12 år 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...

ungefär 12 år ago | 0

| accepted