Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
162.882
of 301.195
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 173.322
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
Domanda
I need ginput help!
[x_click, y_click] = ginput(1); x = floor(x_click); y = floor(y_click); [x y] = ginput(1); %input from letters ...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
I'm working on Scrabble for my CS project. I need help implementing the letters in my board via ginput. Can someone tell me how to input the alphabet in a vector and then define a condition that will generate 7 random letters for the player?
letters=[A:Z]; 'what to do after this?'
oltre 10 anni fa | 1 risposta | 0
