Filter löschen
Filter löschen

Plotting a .txt with labels

1 Ansicht (letzte 30 Tage)
Ross Thompson
Ross Thompson am 6 Apr. 2021
Beantwortet: Hiro Yoshino am 6 Apr. 2021
I have a .txt file with a list of years and a list of weights. It looks like this
"year",1850,1851,1852,1853,.....
"weight",10.084,11.494,13.853,17.662,16.325.....
When i try to plot this i get an error saying (Unknown text on line number 1 of ASCII file filename.txt
""year""). What is the best way of plotting this data?

Antworten (1)

Hiro Yoshino
Hiro Yoshino am 6 Apr. 2021
Hit some "Data import" button by following
MATLAB > HOME > Data Import > "select a.txt" using Data import App
This way, you can exclude unnecessary part of the data such as text.

Kategorien

Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by