Plotting excel data in MATLAB

5 ビュー (過去 30 日間)
Sunday Aloke
Sunday Aloke 2022 年 6 月 9 日
コメント済み: Sunday Aloke 2022 年 6 月 11 日
I have an excel file with multiple cells and sheets. In each sheet, I want to plot the date and the data on the last column of each sheet and the graphs will be in one plot. Please I need assistant.
  1 件のコメント
Sunday Aloke
Sunday Aloke 2022 年 6 月 11 日
I having issues

サインインしてコメントする。

回答 (1 件)

Mahmoud Ashraf
Mahmoud Ashraf 2022 年 6 月 9 日
first what is the extension of the excel file .xlsx , .csv and so on to load the data form excel
each extension has its load function
xlsread('file name.xlsx');
fopen(csv_filename);
after loading the data, now we plot it accoding to the syntx here
and use hold on to plot all graphs in a single figure

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by