필터 지우기
필터 지우기

exporting to excel from matlab

조회 수: 2 (최근 30일)
sri satya ravi
sri satya ravi 2016년 4월 27일
편집: Stephen23 2016년 5월 7일
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 = ".

채택된 답변

Walter Roberson
Walter Roberson 2016년 4월 28일
Put the values in a cell array that has the header strings in its first row, and then use xlswrite()
  댓글 수: 2
sri satya ravi
sri satya ravi 2016년 5월 7일
Hi Watler... Thanks for the reply..Can you give me a quick example if possible.
Thanks
Stephen23
Stephen23 2016년 5월 7일
편집: Stephen23 2016년 5월 7일
The documentation has lots of examples:
An internet search engine helps you to find the MATLAB documentation.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by