How to turn off cell mode in Matlab editor in 2012b?
이전 댓글 표시
Hi everyone,
I have just installed R2012b. This is used to be a simple thing to do. But now I have already spent half an hour looking for the documentation but I still don't know how to turn off cell mode in Matlab editor.
Anyone knows how to do that.
Also how come Matlab HELP does not have a chapter (or session) on the editor.
Kevin
채택된 답변
추가 답변 (2개)
Sean de Wolski
2012년 9월 17일
8 개 추천
Kevin, you can go to "Preferences" -> "Colors" -> "Programming Tools" and turn off "Highlight Sections". This should essentially do the same thing as disabling cell mode.
Ken Atwell
2012년 9월 16일
0 개 추천
I believe section/cell mode is triggered by a double "%%" comment in a source file. If you change your "%%"'s into "%"'s, I believe MATLAB will not enter the section/cell mode.
Kevin, just interested... why do you want to disable section/cell mode? AFAIK, there is no side effects of MATLAB entering "cell mode" beyond the enablement of new "Run" capabilities that don't stomp on anything else. Why would you actively turn it off when it can be ignored? Is there is a side effect I don't appreciate?
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!