User input by sign
显示 更早的评论
I want that by pressing symbol of sum (+) or subtract (-) I simply got the answer of two inputs given by user.
2 个评论
Dyuman Joshi
2023-9-4
Answer to what?
Do you want to get the sum when the input is "+" and subtraction when given input "-"?
John D'Errico
2023-9-5
You sound like you want to go back to using a spreadsheet. MATLAB is not a spreadsheet.
回答(1 个)
Walter Roberson
2023-9-5
0 个投票
See https://www.mathworks.com/matlabcentral/answers/143088-real-time-detect-keypress#answer_285124 for a list of key press processing available by using the third-party Psychtoolbox
Other than that, you have to have a figure up and use a KeyPressFcn callback; https://www.mathworks.com/help/matlab/ref/matlab.ui.figure-properties.html#buiwuyk-1-KeyPressFcn
类别
在 帮助中心 和 File Exchange 中查找有关 Timing and presenting 2D and 3D stimuli 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!