read data from csv

1 Ansicht (letzte 30 Tage)
Preeti
Preeti am 11 Jan. 2023
Beantwortet: Arif Hoq am 12 Jan. 2023
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.

Antworten (1)

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

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by