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

답변