help-octave
[Top][All Lists]
Advanced

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

Re: How do I read data from a given data file?


From: Shai Ayal
Subject: Re: How do I read data from a given data file?
Date: Fri, 07 Jul 2006 14:54:32 +0300
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

for ascii data:
dlmread
csv2cell
textread

for binary data:
fread

Shai

Simon Johnsen wrote:
Hi,

I would like to read data from a data file stored in a different program. Can you give me a hint on which functions I should use?

Best regards,

Simon Johnsen


------------------------------------------------------------------------

_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

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