How to Plot Excel file in MatLab

70 ビュー (過去 30 日間)
Prabaharan A
Prabaharan A 2022 年 9 月 21 日
回答済み: KSSV 2022 年 9 月 21 日
How to Plot Excel file in MatLab
  1 件のコメント
Neeraj
Neeraj 2022 年 9 月 21 日
In order to plot excel file in MATLAB, you have to first import the data in MATLAB.
For that you can follow the documentation link given below:
Then comes the plotting part for which you can refer to the link given below:

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

回答 (1 件)

KSSV
KSSV 2022 年 9 月 21 日
Load the excel file into MATLAB using readtable. If you have time series; use plot. If 2D use pcolor. If scattered data use scatter. If you show your data, you can get more help.

カテゴリ

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