Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to read a file in matrix

2 visualizzazioni (ultimi 30 giorni)
suganya s
suganya s il 20 Ago 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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?????

Risposte (1)

Walter Roberson
Walter Roberson il 20 Ago 2015
The values are not changed. Give the command
format long g
and display the output again.

Questa domanda è chiusa.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by