I have
myFile = fullfile(x,'myFile.txt');
I would like to redirect stdout to print the content of myFile in console
is there a known function doing that ? Thanks
I have
myFile = fullfile(x,'myFile.txt');
I would like to redirect stdout to print the content of myFile in console
is there a known function doing that ? Thanks