photo

Mahesh


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


According to the background image color, how can i change the reticle color which is on an image ?
I know this will be the solution A = imread('peppers.png'); imshow(A) set(gcf, 'Pointer', 'fullcrosshair') But i want to...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
How can we Plot a line passing through two points?
A = (x1,y1); B = (x2,y2); plot(A,B)

10 years 前 | 1