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

조회 수: 6 (최근 30일)
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 CenterFile Exchange에서 2-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