Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
140.433
of 301.296
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 173.832
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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...
circa 7 anni fa | 0

