How can i make use of csv file format in my matlab coding
Afficher commentaires plus anciens
i have vibration data store from machine in csv file format. i tried to load data to Matlab by command " load vib_data.csv" but it fails to work.
1 commentaire
per isakson
le 19 Sep 2012
Searc for "Importing Text Data Files" in the help
Réponse acceptée
Plus de réponses (1)
Thomas
le 19 Sep 2012
1 vote
try the csvread command
Catégories
En savoir plus sur Large Files and Big Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!