Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
how to read a file in matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i use the following command to read the file in matrix
d=importdata('Z:\dataset\cjp\RawData\1_20114119324_logfile.txt')
but ans is
d = 1.0e+009 *
0.0000 0.0000 0.0000 1.2527
0.0000 0.0000 0.0000 1.2527
0.0000 0.0000 0.0000 1.2527
0.0000 0.0000 0.0000 1.2527
0.0000 0.0000 0.0000 1.2527
0.0000 0.0000 0.0000 1.2527
.
.
.
why the value changed?????
0 comentarios
Respuestas (1)
Walter Roberson
el 20 de Ag. de 2015
The values are not changed. Give the command
format long g
and display the output again.
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!