writing matlab result to a txt file
2 ビュー (過去 30 日間)
古いコメントを表示
i produced an adjacency matrix in matlab, how i can write that to a txt file use as an input in R please?
0 件のコメント
採用された回答
Renato Agurto
2015 年 12 月 17 日
Hi
Have you tried csvwrite?
csvwrite('myfile.txt', M);
I'm sure R can read csv files.
2 件のコメント
Renato Agurto
2015 年 12 月 18 日
yes, M is the matrix to be saved in the text file. Happy I could help.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!