help-octave
[Top][All Lists]
Advanced

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

Re: CSV importar


From: PhilipNienhuis
Subject: Re: CSV importar
Date: Sat, 3 Feb 2018 01:56:48 -0700 (MST)

mmuetzel wrote
> Hola Jonathan,
> 
> esto es una lista anglófona. Pero no sé si existe una lista
> hispanohablante
> dedicada a Octave. Por eso le responde de todos modos: Si entiendo
> correctamente, quiere leer un fichero csv utilizando Octave. Supongo que
> ya
> tenga este fichero. Lo más fácil en este caso sería tal vez leer su
> fichero
> utilizando la función "csvread".
> Para más información (en inglés) cómo utilizar esta función, introduce
> "doc
> csvread" en el "command window".
> 
> Markus
> 
> In English: He wants to read a csv file in Octave. I suggested to use
> "csvread".

One can also use csv2cell() from the io package, that can also read
heterogeneous (mixed numeric and text) .csv files into a cell array.

Philip



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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