How to import CSV files with text and numeric values?

1 vue (au cours des 30 derniers jours)
Istvan Fabian
Istvan Fabian le 15 Mai 2018
Modifié(e) : Istvan Fabian le 10 Juin 2018
SOLVED

Réponse acceptée

KSSV
KSSV le 15 Mai 2018
How about using xlsread?
[num,txt,raw] = xlsread('best.csv') ;
  1 commentaire
Istvan Fabian
Istvan Fabian le 15 Mai 2018
Solved what I wanted to do, thanks very much!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Tags

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by