Azzera filtri
Azzera filtri

writing matlab result to a txt file

2 visualizzazioni (ultimi 30 giorni)
i produced an adjacency matrix in matlab, how i can write that to a txt file use as an input in R please?

Risposta accettata

Renato Agurto
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
fereshteh izadi
fereshteh izadi il 17 Dic 2015
Modificato: fereshteh izadi il 17 Dic 2015
sorry M is my adjacency matrix? i put M as my adjacency matrix and the result was written in txt file thank you
Renato Agurto
Renato Agurto il 18 Dic 2015
yes, M is the matrix to be saved in the text file. Happy I could help.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by