syntax to plot graph using excel sheet data

14 ビュー (過去 30 日間)
DEVIKA R
DEVIKA R 2016 年 10 月 20 日
回答済み: Walter Roberson 2016 年 10 月 20 日
syntax to plot graph using excel sheet data

採用された回答

Walter Roberson
Walter Roberson 2016 年 10 月 20 日
Use xlsread() or readtable() to read the data. After that, use plot() on the data. There is no special syntax just because the data came from excel.

その他の回答 (0 件)

カテゴリ

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