Prev: Varargin
Next: Fitting data to Gaussian
From: Kris zenitis on 6 Aug 2010 11:34 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 6 Aug 2010 11:48 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 |