統計
MATLAB Answers
2 質問
0 回答
ランク
of 173,690
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
