How do I suggest to matlab that I prefer to edit files in the current directory?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
When I try to edit a file in the editor from the command window, the preference order is suboptimal.
edit myfilename
provides a bunch of suggestions in the spirit of tab-completion but the order with which they are presented is a little confusing. The suggested files to open in the editor are in alphabetical order rather than preferentially by files in the current directory. I really only want to look at matlab built-in functions on special occasions, and pretty much always want to edit files in my current directory, so is there a way to improve the suggestion order?
2 comentarios
Rik
el 27 de Mayo de 2018
I seriously doubt that would be possible, but there might be something burried deep in the settings.
But if you want to edit files in your current dir, why not just double-click? I personally have never used the edit function other than during the course I took where I learned Matlab, or cases where I want to see if I can look at internal functions.
Respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!