writing matlab result to a txt file
    4 views (last 30 days)
  
       Show older comments
    
    fereshteh izadi
 on 17 Dec 2015
  
    
    
    
    
    Commented: Renato Agurto
      
 on 18 Dec 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 Comments
Accepted Answer
  Renato Agurto
      
 on 17 Dec 2015
        Hi
Have you tried csvwrite?
 csvwrite('myfile.txt', M);
I'm sure R can read csv files.
2 Comments
More Answers (0)
See Also
Categories
				Find more on Creating and Concatenating Matrices in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
