Borrar filtros
Borrar filtros

Get data from plotted figure?

3 visualizaciones (últimos 30 días)
ahmed fares
ahmed fares el 11 de Ag. de 2018
Comentada: ahmed fares el 14 de Ag. de 2018
I attached a plotted fig that plotted by method. How can I get data from traction effort(y axis) and speed (x axis) and represent it in Excel?
  1 comentario
Image Analyst
Image Analyst el 11 de Ag. de 2018
Didn't you plot it? So you should already have the x and y data, right? So then simply use xlswrite().

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Ag. de 2018
Look in the File Exchange for tag:digitize
  5 comentarios
Walter Roberson
Walter Roberson el 14 de Ag. de 2018
Use the Add On Explore to install some of the File Exchange contributions you find from the above link, and try them out.
The plots are pretty simple; you could probably pretty much read them off by eye. If you want to try for higher resolution, try Image Analyst's code at https://www.mathworks.com/matlabcentral/answers/130306-how-do-i-find-the-distance-between-two-pixel-co-ordinates#answer_137530 to calibrate according to the grid lines and then to use the results to measure more precisely where the lines are.
ahmed fares
ahmed fares el 14 de Ag. de 2018
ok i will try and going to return back thanks

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by