Plotting a 2d graph from .txt file (imported into MATLAB as table)

6 ビュー (過去 30 日間)
Vadim Samokhvalov
Vadim Samokhvalov 2019 年 11 月 13 日
編集済み: Cam Salzberger 2019 年 11 月 13 日
I need to plot x(t) graph from parsed(as table) text file.
What should I do to plot it?
Снимок экрана_2019-11-13_22-14-17.png

採用された回答

Cam Salzberger
Cam Salzberger 2019 年 11 月 13 日
編集済み: Cam Salzberger 2019 年 11 月 13 日
plot(data.t, data.x)
A similar question was posted here, and points to this documentation for more information.
You could even have a look at the "PLOTS" tab there, as that should be able to get you started with basic plotting.
-Cam

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by