User Portlet
Discussions |
---|
Sure. It is shameful to admit, but my hasty input led to the ridiculous error: > PolyNom = NonlinearModelFit[Data, {A0 + A1*x + A2*x^2 + A3*x^3 + > A4*x^4 + A5*x^5 + A6*x^6 + A7*x^7 + A8*x^8 + A9*x^9 + A10*x^10 + > A11*x^11 + A12*x^12 +... |
Hello everyone. I have encountered a little problem. I have a file with 300000 point to plot in Mathematica. There is a function ListPointPlot3D to do this. I used it to create a graph, but when I use the mouse to rotate the gragh it rotates so... |