Borrar filtros
Borrar filtros

matlab load file and plot

3 visualizaciones (últimos 30 días)
haowei luo
haowei luo el 14 de Nov. de 2017
Respondida: Chris Perkins el 17 de Nov. de 2017
How can I use matlab open a file with .txt and plot these dates in this file.
  1 comentario
Adam
Adam el 14 de Nov. de 2017
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

Iniciar sesión para comentar.

Respuestas (1)

Chris Perkins
Chris Perkins el 17 de Nov. de 2017
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:

Categorías

Más información sobre Graphics Object Identification en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by