Recent content by Hoiya

  1. H

    Mathematica Mathematica: Parabolic Fit using Predefined Program and ErrorBarPlots Module

    I'm using a predefinied program... but I don't know because give me this error: Clear["Global`*"] Remove["Global`*"] << "ErrorBarPlots`" xdata = {180, 200, 220, 240, 260, 280, 300, 320, 340, 360} {180, 200, 220, 240, 260, 280, 300, 320, 340, 360} ax = First[xdata] 180...
  2. H

    Why Does FindFit Fail with Non-Real Number Errors in Mathematica?

    I have these values: Oscill = {{0, -6.4}, {5, -6.3}, {10, -6.5}, {15, -6.2}, {20, -6.1}, \ {25, -5.9}, {30, -5.8}, {35, -5.5}, {40, -5.1}, {45, -4.8}, {50, \ -4.4}, {55, -3.9}, {60, -3.3}, {65, -2.8}, {70, -2.2}, {75, -1.8}, \ {80, -1}, {85, -0.4}, {90, 0.4}, {95, 1}, {100, 1.8}, {105...
Back
Top