From: Kris zenitis on
ok my problem is that i ve got something like that:
#LX LY RX RY
232 110 161 110

and i want only the numbers textread read columns how can i read by lines????
From: Walter Roberson on
Kris zenitis wrote:
> ok my problem is that i ve got something like that:
> #LX LY RX RY
> 232 110 161 110
>
> and i want only the numbers textread read columns how can i read by
> lines????

textscan(fid,'%f%f%f%f', 'CollectOutput', 1) with the
Comment type set to '#'
 | 
Pages: 1
Prev: Varargin
Next: Fitting data to Gaussian