Making a graph from points in photos

조회 수: 5 (최근 30일)
Grace Garretson
Grace Garretson 2019년 2월 25일
답변: michael scheinfeild 2019년 2월 26일
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!

채택된 답변

michael scheinfeild
michael scheinfeild 2019년 2월 25일
OK HOW WE CAN HELP
  댓글 수: 1
Grace Garretson
Grace Garretson 2019년 2월 25일
What I need help with is getting the points from the image that I need to put in the code.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

michael scheinfeild
michael scheinfeild 2019년 2월 26일
use:
imagedata= imread('myimg.jpg')
% or
xy=ginput()
% use the mouse to get some points

카테고리

Help CenterFile Exchange에서 Modify Image Colors에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by