photo

Haqqah Khursheed


Last seen: 約2年 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I want to read this text file from Matlab directly and want to import data of all columns into work space in an array.
fid = fopen('1.txt'); a = textscan(fid,'%s%s%s%s%s%s%s','Delimiter','','Headerlines',4); lines=a{1:7}; fclose(fid)

8年弱 前 | 3 件の回答 | 0

3

回答