MATLAB: How do i edit the matlab file

1

I need to get back into my algorithm and make some changes, but I am not able to edit the algorithm

Best Answer

Type:
edit YourAlgorithm.m
(replace ‘YourAlgorithm.m’ with the name of your file) in the Command Window to open it in the editor.
Related Question