read data from csv

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 日

0 投票

use readtable function
a=readtable("0.csv","ReadVariableNames",false);

カテゴリ

ヘルプ センター および File ExchangeShifting and Sorting Matrices についてさらに検索

質問済み:

2023 年 1 月 11 日

回答済み:

2023 年 1 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by