Feeds
提问
I have a *.m file which can read data in *.3ddose file (this is output data file from some simulation) and displays in the "Command Window" page of Matlab. Is there any way to write this displayed data into other text file?
function m = ReadEppOutput(file) % open the file f = fopen(file, 'rb'); % read two integers which give the size o...
11 years 前 | 2 个回答 | 1