I need a function that will:
  1. Input the file name (I have a rough idea how to do this)
  2. Import the file (I know how to do this)
  3. Displays the first five rows of data (Figured this one out)
  4. Graphs the two series (I know that the subplot function is needed, just not how to code it)
I'm not asking for the whole code, just an individual section or two.

답변 (1개)

Adam Danz
Adam Danz 2021년 4월 25일

0 개 추천

You mentioned rows of data so I'm guessing the files tabular data. In that case, the files can be imported using readtable | readcell | readmatrix | readtimetable depending on what kind of data are in the files.
To display certain rows of data, just use indexing such as T(n:m,:).
See the plot function.

댓글 수: 1

Austin Walker
Austin Walker 2021년 4월 25일
I did end up figuring that one out, but thank you for the input.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

제품

릴리스

R2020a

질문:

2021년 4월 25일

편집:

2021년 4월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by