missing value in TEXT file in matlab

3 vues (au cours des 30 derniers jours)
azar mzory
azar mzory le 4 Déc 2013
Modifié(e) : azar mzory le 9 Jan 2014
how to import data and load (text file ) into matlab any info and matlab codes and function about text file in matlab ( string in matlab
  1 commentaire
sixwwwwww
sixwwwwww le 5 Déc 2013
can you provide sample of your data?

Connectez-vous pour commenter.

Réponse acceptée

sixwwwwww
sixwwwwww le 5 Déc 2013
For importing text type data you can use different functions like:
textscan
dlmread
importdata
fscanf
fread
etc etc...
For comparing two columns you can use
: operator in combination with if-else statement and logical operators etc etc...
What to use where depends upon your data. So may be some sample data will be nice to give specific answer

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Export dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by