missing value in TEXT file in matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
azar mzory
el 4 de Dic. de 2013
Editada: azar mzory
el 9 de En. de 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 comentario
Respuesta aceptada
sixwwwwww
el 5 de Dic. de 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
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Export en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!