Answered
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...

10 years ago | 0

Answered
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...

10 years ago | 0

Answered
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...

10 years ago | 0

| accepted

Answered
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...

10 years ago | 0