How to write a .tsv file?
    29 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I wanted to write a cell or a table into a .tsv, however I cannot find the commands needed. How could I do this?
Thanks very much!
0 Commenti
Risposta accettata
  Stephen23
      
      
 il 15 Dic 2022
        C = {'hello',1;'world',3.14159}
writecell(C,'test.tsv', 'filetype','text', 'delimiter','\t')
Checking:
type test.tsv
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Tables in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!