|
|
Re: How Convert TXT data format to MAT data format
Posted:
Dec 26, 2012 5:20 PM
|
|
Thanks for helping.
fid = fopen('mydata.txt'); C = textscan(fid, '%s%s%f32%d8%u%f%f%s%f'); fclose(fid);
the code ,that you gave me which was wroten at the top of this sentence,is only used for matrixes which columns and lines are specific. but I have a lot of matrixes which have different numbers of columns and lines in my textscan. So I need a code which can sense all different types of matrixes automatic.
Thank you for all helping.
|
|