How to plot these figures into a graph with tons of data

2 次查看(过去 30 天)
Hello i have a multitude of data to process and wondering how to plot this data into a graph

回答(1 个)

Dyuman Joshi
Dyuman Joshi 2024-1-17
Assuming that you want to plot using the values in the 1st column as x-values -
Firstly, you would need to convert the 1st column values to numeric data type, preferably with str2double.
Or, you can read them as numeric values, which would be read as double data type by default.
(If the values in the 1st column are not required, you can skip the above steps.)
Then, use a for loop to go through the columns of the table and plot the data as required.

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by