User Portlet
Discussions |
---|
Hello I´m having a similar problem , i want to fit a Gaussian for this set of data (which is normalized) but i dont have notting [mcode]data = Import["$/normref.txt", "Table"]; dataPlot = ListPlot[data, PlotRange -> All]; Show[dataPlot] ... |