A set of utilities to power MATLAB developing progress.
-
Filename:
AutoCdPath.m
-
Function: Automatically set current path to the opened file's path
-
Command:
AutoCdPath
-
Filename:
OneMlx2M.m
-
Function: Transfer current .mlx file to .m file
-
Command:
OneMlx2M
-
Filename:
MultiMlx2M.m
-
Function: Transfer all .mlx file in current path to .m file
-
Command:
MultiMlx2M
-
Folder name:
MBeautifier
-
Function: A MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.
-
Command:
MBeautify.formatCurrentEditorPage()
-
Remark: base on MBeautifier。
last than MATLAB R2013b.
GitHub releases page, click on Assets
at the bottom to show the files available in the release and then click on the .m scripts or .zip file you want to download.
Here provides more than one way to use these utilities.
Enter command directly in command window.
For example, you can transfer the current path to the opened file's path by enter the command in command window:
AutoCdPath
then you can find such the result in command window:
AutoCdPath to "C:\Users\username\Documents\Scripts".
Author: Fentaniao
Email: [email protected]
GPL-3.0 License © Fentaniao