Change in up arrow command history functionality with release 2014a

It appears that the pressing the up arrow in the command window doesn't work the same as in prior versions. It used to be that when you started typing and pressed the up arrow, MATLAB would bring up exact matches to what you started typing. Now it brings up anything close to what you typed.
For example, say I'm debugging a mex file. I use commands like this:
make somefunc; % wrapper for 'mex' command
somefunc(testdata);
In prior releases, I could start typing 'make', hit up, and the 'make somefunc' line would come up. Then I could start typing 'somefunc', hit up, and the somefunc(testdata) line comes up. Now when I start typing 'somefunc' both 'make somefunc' and 'somefunc(testdata) come up, which means I have to cycle through all the commands whether I start typing them or not.
Is there any way to revert to the old up key behavior? Normally I have much longer strings of commands I use when debugging, and having to cycle through all of them is really a pain.

 채택된 답변

Sean de Wolski
Sean de Wolski 2014년 10월 17일

6 개 추천

These are settings you can change. Here's mine which is the pre14a settings:

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 File Operations에 대해 자세히 알아보기

제품

질문:

2014년 10월 17일

답변:

2014년 10월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by