photo

sherek


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

5 years ago | 2 answers | 0

2

answers

Question


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,: ) )...

5 years ago | 0 answers | 0

0

answers