Making a graph from points in photos
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Grace Garretson
am 25 Feb. 2019
Beantwortet: michael scheinfeild
am 26 Feb. 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!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
michael scheinfeild
am 26 Feb. 2019
use:
imagedata= imread('myimg.jpg')
% or
xy=ginput()
% use the mouse to get some points
0 Kommentare
Siehe auch
Kategorien
Mehr zu Modify Image Colors finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!