From: Walter Roberson on 23 Apr 2010 15:49 Kevin wrote: > opfname = > '23-Apr-2010' '_' 'test' '.csv' > > ??? Error using ==> fopen > Invalid filename. > > Error in ==> blpqui>pushbutton1_Callback at 171 > new_file=fopen(opfname,'w'); opfname isn't a file name, it is a cell array. horzcat(opfname{:}) would create a file name out of the parts.
First
|
Prev
|
Pages: 1 2 Prev: needed urgently a neural network train and test code Next: to write matrix in text file |