read data from csv

3 ビュー (過去 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 Center および File ExchangeLarge 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