Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I'm not sure how to start out this program.

조회 수: 2 (최근 30일)
Cody Baumann
Cody Baumann 2015년 4월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
Here's the problem,
Create a cell row vector called col_headers and three cell column vectors called terminals, connections, and functions. Combine these four arrays into an export cell array that is in the format needed to export to Excel. Run the xlswrite command to create a new excel file called oilpump_connections.xls. Verify that your spreadsheet was created correctly.

답변 (1개)

James Tursa
James Tursa 2015년 4월 3일
Read the doc for xlswrite here:
Then look at the 2nd example, which writes header strings and numeric data to an Excel file.
Then modify that 2nd example to fit your problem.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by