Community Profile

photo

zhendong zhang


Last seen: environ 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Contact

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
How can I split a text file into many files?
S = fileread('YourFile.txt'); C = strsplit(S, char(10)); ini = strncmp(C, 'STARTSEC ', 9); fin = strncmp(C, 'ENDSECTION', 10)...

environ 5 ans il y a | 0