problem with writing codes in big line numbers
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sermet
el 15 de Feb. de 2016
Respondida: per isakson
el 16 de Feb. de 2016
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 comentarios
John D'Errico
el 15 de Feb. de 2016
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.
Respuesta aceptada
per isakson
el 16 de Feb. de 2016
I assume that you work with a log or data file - or possibly some automatically generated m-code.
"Notepad++ is a free (as in "free speech" and also as in "free beer") ... MS Windows environment"
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Search Path en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!