syntax to plot graph using excel sheet data
14 ビュー (過去 30 日間)
古いコメントを表示
syntax to plot graph using excel sheet data
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!