Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how to read a file in matrix
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2015 年 8 月 20 日
The values are not changed. Give the command
format long g
and display the output again.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!