Beantwortet
How to find out the intersection point of the image ?. (Intersection point: Where the X and Y White lines meets)
One of the many ways to do this: I = imread('http://imageshack.us/a/img401/5148/0mbt.jpg'); J = I == 255; % note that ther...

mehr als 10 Jahre vor | 0

Beantwortet
how to classify a data
Kohonen networks are also called Self Organizing Maps and <https://www.mathworks.com/help/nnet/ug/self-organizing-feature-maps.h...

mehr als 10 Jahre vor | 0

Beantwortet
Require some STL files
assuming you meant 'find' STL files, <http://orion.math.iastate.edu/burkardt/data/stl/stl.html> has some publically available ST...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
What are 'R2' and MSe parameters for and how can I show them ?
If you do have Curve Fitting Toolbox, <http://www.mathworks.com/help/curvefit/evaluating-goodness-of-fit.html> should help expla...

mehr als 10 Jahre vor | 0