Feeds
提问
How I can use printf or disp in MATLAB to print some special format of my data set?
I have a data set with 5 columns and 668 rows. I need to use these data in ampl and I need a special format of it as the follow...
6 years 前 | 2 个回答 | 0
2
个回答提问
how I can remove head of file
I have the following code: fid = fopen('h.csv', 'rt'); for i = 1 : 4 : size( h,1 ) disp( h( i : i + 3,: ) )...
6 years 前 | 1 个回答 | 0