代码“[wPtr,rect]=Screen('Openwindow',screenNum,white,[50 50 900 500]);”中有哪几处错误呢?
修改后的代码:[wPtr, rect] = openWindow(screenNum, 'white', [50 50 900 500]);
问题:
1.openwindow命令,不能大写
2.white应该用单引号引用
问题:
1.openwindow命令,不能大写
2.white应该用单引号引用
代码“[wPtr,rect]=Screen('Openwindow',screenNum,white,[50 50 900 500]);”中有哪几处错误呢?