Recent content by mr_hack
-
M
Mathematica Using Mathematica: Read Variable Parameters Outside Manipulate
THx a lot, that's very kind of you- mr_hack
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Mathematica Using Mathematica: Read Variable Parameters Outside Manipulate
Mathematica to use it! Hey guys I was wondering if there a way to read the variable parameter in Manipulate outside the manipulate , what i mean 4 example : Manipulate[ Plot[am E^(-(x - c)^2/(2 sigma^2)) , {x, 0.004, 0.00415}], {sigma, 0.00001, 0.00015}, {c, 0.0040754, 0.00415}, {am, 1...- mr_hack
- Thread
- Mathematica
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Mathematica Manipulate Mathematica - Fitting Gaussian to Data
Manipulate Mathematica! Hey guys I have a data imported as List, i plotted this data as ListPlot, i need to fit this function with gaussian, the standard fit or find fit or nonlinearmodelfit didn't work, so i used Manipulate as : Manipulate[ Plot[1/(sigma Sqrt[2 \[Pi]]) E^(-(x - c)^2/(2...- mr_hack
- Thread
- Mathematica
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX