matlab load file and plot

조회 수: 2 (최근 30일)
haowei luo
haowei luo 2017년 11월 14일
답변: Chris Perkins 2017년 11월 17일
How can I use matlab open a file with .txt and plot these dates in this file.
  댓글 수: 1
Adam
Adam 2017년 11월 14일
This is the 2nd question you have given the useless tag of '10'. If you can't be bothered to give people who might help useful tags for your question then just leave them empty and hope for the best instead of putting arbitrary numbers in as tags

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

답변 (1개)

Chris Perkins
Chris Perkins 2017년 11월 17일
Hi Haowei,
You can read TXT files into MATLAB using various methods, including:
The Import Tool, as described in the following documentation link:
or the function "textread", as described in the following documentation link:
Once your data is in the Workspace, you can use the "plot" function, as described in the following documentation link:

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by