help-octave
[Top][All Lists]
Advanced

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

Re: Reading file


From: Andreas Weber
Subject: Re: Reading file
Date: Thu, 22 Dec 2016 19:57:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0

Am 22.12.2016 um 19:21 schrieb Delgon:
> What if I wanna be sute that I will always add 80 characters?

Just cut it after reading with fread:
T = T(:,1:80);

Btw, this all sounds like a XY-problem: http://xyproblem.info/
-- Andy



reply via email to

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