Feeds
질문
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 ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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?'
10년 초과 전 | 답변 수: 1 | 0
