photo

Haqqah Khursheed


Last seen: 2 years 前 自 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 years 前 | 3 个回答 | 0

3

个回答