Feeds
답변 있음
Getting mouse points with App Designer
Hello You can edit your code as follow: myImage = imread('your image'); fig = figure imshow(myImage) [x y] = getpts(fig) T...
Getting mouse points with App Designer
Hello You can edit your code as follow: myImage = imread('your image'); fig = figure imshow(myImage) [x y] = getpts(fig) T...
대략 7년 전 | 0

