Borrar filtros
Borrar filtros

Making a graph from points in photos

2 visualizaciones (últimos 30 días)
Grace Garretson
Grace Garretson el 25 de Feb. de 2019
Respondida: michael scheinfeild el 26 de Feb. de 2019
Hello! I am working to make a graph for my research and I know what I want, but I don't know really how to get it. I was provided with code from one of the graduate students I am working with, but he didn't give me an explanation of what his code means. I will attach the code that was provided and the graph I am trying to create. Thank you!

Respuesta aceptada

michael scheinfeild
michael scheinfeild el 25 de Feb. de 2019
OK HOW WE CAN HELP
  1 comentario
Grace Garretson
Grace Garretson el 25 de Feb. de 2019
What I need help with is getting the points from the image that I need to put in the code.

Iniciar sesión para comentar.

Más respuestas (1)

michael scheinfeild
michael scheinfeild el 26 de Feb. de 2019
use:
imagedata= imread('myimg.jpg')
% or
xy=ginput()
% use the mouse to get some points

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by