photo

Haqqah Khursheed


Last seen: circa 2 anni fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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)

quasi 8 anni fa | 3 risposte | 0

3

risposte