read data from csv

1 次查看(过去 30 天)
Preeti
Preeti 2023-1-11
回答: Arif Hoq 2023-1-12
I am trying to extract all the second column data from my '0.csv' dataset by excluding the headers (freq, Sxx) using textscan function. How can I do it? I have attached the dataset here.

回答(1 个)

Arif Hoq
Arif Hoq 2023-1-12
use readtable function
a=readtable("0.csv","ReadVariableNames",false);

类别

Help CenterFile Exchange 中查找有关 Large Files and Big Data 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by