Filter löschen
Filter löschen

missing value in TEXT file in matlab

2 Ansichten (letzte 30 Tage)
azar mzory
azar mzory am 4 Dez. 2013
Bearbeitet: azar mzory am 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

Akzeptierte Antwort

sixwwwwww
sixwwwwww am 5 Dez. 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

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Export finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by