MATLAB: Call notepad or textdoc to open a *.txt file from matlabRemove

call notpad or textdoc to open a *.txt file from matlab

How can I provoke(run) Notepad or Textdoc to open a *.txt file after save it in the specific folder?

Best Answer

If you mean open a textfile from matlab
winopen('folder/nomdefichier.txt')