read data from csv

조회 수: 2 (최근 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