Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

read data from R

2 visualizaciones (últimos 30 días)
chu
chu el 30 de Mayo de 2014
Cerrada: chu el 1 de Dic. de 2014
Hello, I have a question concerning reading data from R. In R, the data is written as follows x[[i]]$data, i varies from 1 to 10000. I know that one can use the writeMat function to write the variables in R to *.mat file, however, the function requires to indicate the name of the variables. I simply can not do that 10000 times. My expected results in matlab should look like matdata{i} (with matdata{i}= x[[i]]$data, i=1,...,10000). Any suggestion is welcome. Thank you in advance. best regards. Chu
  2 comentarios
dpb
dpb el 30 de Mayo de 2014
I don't know R but if the syntax x[[i]]$data is indicating variables of form x1, x2, ..., xN, then the answer is "don't do that" in Matlab. Use cell arrays or named structure fields or somesuch. See the FAQ for why not and alternatives..
chu
chu el 12 de Jun. de 2014
thank you very much for this good practice. cheers.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by