photo

Mahesh


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 10 Jahre vor | 1