writing matlab result to a txt file
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
fereshteh izadi
le 17 Déc 2015
Commenté : Renato Agurto
le 18 Déc 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 commentaires
Réponse acceptée
Renato Agurto
le 17 Déc 2015
Hi
Have you tried csvwrite?
csvwrite('myfile.txt', M);
I'm sure R can read csv files.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Text Files dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!