READ from text file
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have one text file "123.txt" which contains around 1000 numbers in one column.
1.234560000
0.345678700
2.090909909
4.568696844
etc...
I want to import this into matlab. and after that want to convert that into binary numbers(I have a code for that).
can anyone suggest me how to import or read from notepad .txt file..???
0 comentarios
Respuesta aceptada
Grzegorz Knor
el 10 de Oct. de 2011
doc importdata
doc load
doc fread
...
3 comentarios
Image Analyst
el 21 de Oct. de 2011
Don't use braces with for loops - this isn't C.
Do this in one line - no for loop needed:
K = A + 1;
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion 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!