How to get up arrow to return the last command in MATLAB?

Do you know how in MATLAB, when you press the up arrow, you get the last command? Well, I somehow changed this in the settings and now instead of returning the last commands, it moves to the help window. The fact is that I don’t remember what I did, and I can’t find the place where I will redo it. So my question is: how do I get it back to get the latest commands? I am using version 7.7.0. Thanks

+4
source share
1 answer

OK, I found it. In the menu File-> Settings-> Command window-> Accessibility-> arrow keys move instead of calling the history.

+4
source

Source: https://habr.com/ru/post/1339500/


All Articles