Statistik
RANG
20.039
of 301.275
REPUTATION
2
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 21.216
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.777
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenBeantwortet
How can we Plot a line passing through two points?
A = (x1,y1); B = (x2,y2); plot(A,B)
How can we Plot a line passing through two points?
A = (x1,y1); B = (x2,y2); plot(A,B)
fast 12 Jahre vor | 1
