Sat, 31 Aug 2013 14:29:55 -0700 |
Rik |
importdata.m: Overhaul function
|
Sun, 25 Aug 2013 11:57:32 -0500 |
Daniel J Sebald |
Speed up importdata() ASCII CSV processing using dlmread() as core
|
Fri, 23 Aug 2013 20:05:04 -0700 |
Rik |
importdata.m: Add %!tests for colheaders and rowheaders.
|
Mon, 12 Aug 2013 17:36:54 +0200 |
Stefan Mahr |
Use ... instead of \ for line continuation marker.
|
Tue, 09 Jul 2013 14:04:05 -0700 |
Rik |
maint: Use parentheses around condition for switch(),while(),if() statements.
|
Sun, 23 Jun 2013 12:49:53 -0700 |
Rik |
doc: Periodic spellcheck of the documentation.
|
Sat, 22 Jun 2013 19:47:32 -0700 |
Rik |
doc: Periodic grammarcheck of documentation.
|
Tue, 18 Jun 2013 06:39:12 -0400 |
John W. Eaton |
copyright notice fixes
|
Tue, 18 Jun 2013 06:39:11 -0400 |
John W. Eaton |
* importdata.m: Don't use sprintf to format error messages.
|
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
|