read data from csv

3 visualizaciones (últimos 30 días)
Preeti
Preeti el 11 de En. de 2023
Respondida: Arif Hoq el 12 de En. de 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.

Respuestas (1)

Arif Hoq
Arif Hoq el 12 de En. de 2023
use readtable function
a=readtable("0.csv","ReadVariableNames",false);

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by