Info
この質問は閉じられています。 編集または回答するには再度開いてください。
read data from R
2 ビュー (過去 30 日間)
古いコメントを表示
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
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!