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...
거의 5년 전 | 답변 수: 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...
거의 5년 전 | 답변 수: 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
