octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Textread can read only first column?


From: LucaLuca
Subject: Textread can read only first column?
Date: Wed, 26 Sep 2018 07:45:33 -0500 (CDT)

https://gyazo.com/8b5ef70a4ed1c1c59cb1c1a5c79e8418

hi
i want to read with textread only che first column

[c,d,e,f,g,h]=textread (nomeFileDaEsaminare, "%s %f %f %f %f %f ");  => this
read all columns

[c]=textread (nomeFileDaEsaminare, "%s ");  ==> i try it but it  does not
work


exist another method? thank



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]