missing value in TEXT file in matlab

1 visualizzazione (ultimi 30 giorni)
azar mzory
azar mzory il 4 Dic 2013
Modificato: azar mzory il 9 Gen 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

Risposta accettata

sixwwwwww
sixwwwwww il 5 Dic 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

Più risposte (0)

Categorie

Scopri di più su Data Import and Export in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by