Info

此问题已关闭。 请重新打开它进行编辑或回答。

how to read a file in matrix

2 次查看(过去 30 天)
suganya s
suganya s 2015-8-20
关闭: MATLAB Answer Bot 2021-8-20
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?????

回答(1 个)

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

此问题已关闭。

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by