writing matlab result to a txt file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
fereshteh izadi
il 17 Dic 2015
Commentato: Renato Agurto
il 18 Dic 2015
i produced an adjacency matrix in matlab, how i can write that to a txt file use as an input in R please?
0 Commenti
Risposta accettata
Renato Agurto
il 17 Dic 2015
Hi
Have you tried csvwrite?
csvwrite('myfile.txt', M);
I'm sure R can read csv files.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Text Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!