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 years 前 | 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 years 前 | 1 个回答 | 0
