필터 지우기
필터 지우기

problem with writing codes in big line numbers

조회 수: 1 (최근 30일)
sermet
sermet 2016년 2월 15일
답변: per isakson 2016년 2월 16일
I'm experiencing writing difficulties in big line numbers (apprx 40 000) in editor page. There is a significant latency happening during the writing codes (for example when I push enter it takes 5-10 seconds for reply). It seems that matlab controls the entire codes writing each time. How can I switch off if such a control exist for writing more conveniently in huge line numbers?
  댓글 수: 4
John D'Errico
John D'Errico 2016년 2월 15일
One would think the obvious conclusion is to learn to use functions. MODULARIZE YOUR CODE. Odds are there are some tasks that are done more than once. Even if not, you will find out that code is easier to debug if you can test each piece of it separately.
If you simply cannot do so, then it is definitely time to find another editor. There are lots of them out there, just not quite so highly linked to MATLAB. An m-file is just a text file, so any editor that can handle a text file will suffice.
Walter Roberson
Walter Roberson 2016년 2월 15일
You could turn off syntax checking if you have it on.

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

채택된 답변

per isakson
per isakson 2016년 2월 16일
I assume that you work with a log or data file - or possibly some automatically generated m-code.
I use Notead++ for this type of files. It's fast and more.
"Notepad++ is a free (as in "free speech" and also as in "free beer") ... MS Windows environment"

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by