writing matlab result to a txt file
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    fereshteh izadi
 am 17 Dez. 2015
  
    
    
    
    
    Kommentiert: Renato Agurto
      
 am 18 Dez. 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 Kommentare
Akzeptierte Antwort
  Renato Agurto
      
 am 17 Dez. 2015
        Hi
Have you tried csvwrite?
 csvwrite('myfile.txt', M);
I'm sure R can read csv files.
2 Kommentare
  Renato Agurto
      
 am 18 Dez. 2015
				yes, M is the matrix to be saved in the text file. Happy I could help.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

