How to create a matlab file through code in MatLab? - edit -- MatLab

 How to create a matlab file through code in MatLab? - edit -- MatLab


 How to create a matlab file through code in MatLab?

[Ans]

edit 


[syntax]

edit
create a new empty editor.

edit FUN
create a matlab file with FUN.m

edit FUN_1 , ... , FUN_nth 
create matlib file with FUN_1, FUN2 , ... , FUN_n respectively.


source:

more details on:

Comments

Popular posts from this blog

How to join a file path with multiple char vector or string in MatLab? - fullfile -- MatLab