Feeds
質問
Message in Response to Button Press
Hi. I'm working on a game where the player asks for a hint by pressing the 'h' key and getting hints as they go, so basically w...
4年以上 前 | 0 件の回答 | 0
0
回答質問
How to Open a Folder
Hey. I need help trying to open a folder on matlab while the code is running. I want the folder to open as a response to the us...
4年以上 前 | 1 件の回答 | 0
1
回答質問
If-Else Statement Error
code = inputdlg('Please enter the Alphabet Blocks Puzzle code:'); if code==25 fprintf ('Correct code! /n') else fpr...
5年弱 前 | 1 件の回答 | 0
1
回答回答済み
Operator '==' is not supported for operands of type 'cell'.
code = inputdlg('Please enter the Alphabet Blocks Puzzle code:'); if code==25 fprintf ('Correct code! /n') else fpr...
Operator '==' is not supported for operands of type 'cell'.
code = inputdlg('Please enter the Alphabet Blocks Puzzle code:'); if code==25 fprintf ('Correct code! /n') else fpr...
5年弱 前 | 0
