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 个评论

Answer to what?
Do you want to get the sum when the input is "+" and subtraction when given input "-"?
You sound like you want to go back to using a spreadsheet. MATLAB is not a spreadsheet.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
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!

Translated by