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