R2014b: up-arrow in command line now ignores case (never did before)

조회 수: 1 (최근 30일)
Alan Peters
Alan Peters 2014년 7월 26일
댓글: Jesse Hopkins 2015년 8월 18일
Assume that the following two lines are in the command history:
> R = rand(100,1);
> r = min( R );
Later I want to recall the first of the two commands. In R2013a and earlier versions if I typed
> R<up-arrow>
the command line would respond with
> R = rand(100,1);
Now with R2014a
> R<up-arrow>
yields
> r = min( R );
Apparently the history command line completion is now ignoring case. I do not like that. Is there someway that I can get the old behavior back?
  댓글 수: 4
dpb
dpb 2014년 7월 29일
Why in the world would it ever be anything but what w/ Matlab being case-sensitive? It certainly should default that way on installation.
Jesse Hopkins
Jesse Hopkins 2015년 8월 18일
agreed. This goes right after changing the 'tab key inserts spaces' default preference. At least we can change it.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by