pe.m

Extracting points from a curve:This code extract the points from a curve saved in image format.
205 Downloads
Aktualisiert 22. Sep 2014

Lizenz anzeigen

This code extracts the points from a curve saved in image format. The output will be the points in the dimension of the original carve.
The inputs are: r= the curve acquired by the command ‘imread’ in workspace, xi=initial horizontal value, xf=final horizontal value, yi=initial vertical value and yf=final vertical value of the of the curve on the original axis.
The curve should be in black color and nothing else should be in black in the image. For example, toward this aim, the axis could be removed by using Microsoft Paint or Pain.Net software, if it is in black. The curves could be simply changed to clack by the mentioned paint software if is not presented in black color (simply change the color to black or draw a black line on the curve by the pen in Paint software).
For better understanding, the code plots the extracted points by employing
'plot' function as well. The 'plot' function is written at the last line of the code.
Written by Kiarash Ahi on 9/18/2014.

Zitieren als

Kiarash Ahi (2026). pe.m (https://de.mathworks.com/matlabcentral/fileexchange/47881-pe-m), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2013b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Version Veröffentlicht Versionshinweise
1.2.0.0

Tags were updated.

1.1.0.0

Some details were added to the description section of the code.

1.0.0.0