Recent content by mr_hack

  1. 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...
  2. 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...
Back
Top