How to obtain a .csv file?
    5 ビュー (過去 30 日間)
  
       古いコメントを表示
    
    hrushikesh kyathari
 2019 年 6 月 19 日
  
    
    
    
    
    回答済み: Shashank Sharma
      
 2019 年 6 月 19 日
            I have written and ran a code,I got the output as a matrix.Now to use the matrix in a software, I need to generate a .csv file of the matrix.What should be done?
0 件のコメント
採用された回答
  Shashank Sharma
      
 2019 年 6 月 19 日
        Documentation for writematrix function, writematrix(A,filename) here A is the matrix and filename is the name of the .csv file you want to save it to.
This is another  possible function, but it is not recommended by matlab.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Logical についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

