read data from csv
Mostra commenti meno recenti
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.
Risposte (1)
Arif Hoq
il 12 Gen 2023
use readtable function
a=readtable("0.csv","ReadVariableNames",false);
Categorie
Scopri di più su Shifting and Sorting Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!