log scripts/io/importdata.m @ 16653:1cfa3a49247f

age author description
Sun, 05 May 2013 19:11:45 +0200 Erik Kjellson importdata.m: Added Carriage Return as possible line break character.
Tue, 25 Dec 2012 19:41:12 +0000 Carnë Draug doc: small fixes for impordata
Wed, 21 Nov 2012 20:58:07 +0100 Erik Kjellson importdata.m: Correction for non-numeric data and added test for complex numbers.
Wed, 24 Oct 2012 21:28:31 +0200 Erik Kjellson importdata.m: Added tests and made small corrections.
Tue, 23 Oct 2012 13:37:15 -0700 Rik importdata.m: 3X speedup by using str2double rather than num2str.
Tue, 23 Oct 2012 15:41:09 -0400 Jordi Gutiérrez Hermoso importdata.m: style fixes
Tue, 23 Oct 2012 20:39:16 +0200 Erik Kjellson importdata: Speeded up the import by a factor 2.
Sun, 21 Oct 2012 23:18:31 +0200 Philip Nienhuis importdata.m: properly fall back to unimplemented.m & allow spreadheet I/O
Fri, 19 Oct 2012 17:11:55 -0400 Jordi Gutiérrez Hermoso fix copyright header in importdata
Fri, 19 Oct 2012 15:09:45 -0400 Jordi Gutiérrez Hermoso Incorporate importdata.m into Octave sources
Fri, 19 Oct 2012 13:56:22 -0400 Erik Kjellson importdata: new function