exporting to excel from matlab
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    sri satya ravi
 il 27 Apr 2016
  
    
    
    
    
    Modificato: Stephen23
      
      
 il 7 Mag 2016
            Hi, i have a few results from my code which i want to export to excel....
bs_co = final_m_co / work_hp_hr
bs_co2 = final_m_co2 / work_hp_hr
bs_thc = final_m_thc / work_hp_hr
bs_no = final_m_no / work_hp_hr
bs_no2 = final_m_no2 / work_hp_hr
bs_nox = final_m_nox / work_hp_hr
bs_nmhc = final_m_nmhc / work_hp_hr
bs_ch4 = final_m_ch4 / work_hp_hr
I have a few equations like those......I want the results from the equations to be exported to excel and if possible with names like "bs_co = ".
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 28 Apr 2016
        Put the values in a cell array that has the header strings in its first row, and then use xlswrite()
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Data Import from MATLAB 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!