matlab - How to load data with .out filename using importdata? -


i have .out files have strange format strings numerical data. if try import these .out files using importdata, empty double. however, can import these files using importdata if rename files .dat. there way of telling matlab read .out files if .dat files? here example:

optimizer metric (    0.0000%):       0.4728620    0.00000000e+00   1.51265733e-03   2.37895687e-04         65    0.00000000e+00   1.42127093e-03   8.50384026e-04        129    0.00000000e+00   9.70161923e-04   1.53099383e-03         22    0.00000000e+00   7.77171709e-18   3.28125000e-03        173    0.00000000e+00  -9.78525388e-04   1.54419205e-03         36    0.00000000e+00  -1.44808737e-03   8.66429008e-04         88    0.00000000e+00  -1.60526901e-03   2.52460729e-04        141   optimizer metric (   -0.0300%):       0.4790671   -3.00000000e-02   1.48622036e-03   2.02852233e-04        142   -3.00000000e-02   1.30349178e-03   6.76857256e-04         85   -3.00000000e-02   8.47690479e-04   1.16095956e-03         27   -3.00000000e-02   4.05107907e-18   1.48437500e-03         38   -3.00000000e-02  -1.01354296e-03   1.38810382e-03         99   -3.00000000e-02  -1.28962484e-03   6.69656647e-04        159   -3.00000000e-02  -1.56362767e-03   2.13417454e-04        124   optimizer metric (    0.0300%):       0.4272724    3.00000000e-02   1.77325173e-03   2.90410157e-04         67    3.00000000e-02   1.79030135e-03   1.11547478e-03        138    3.00000000e-02   1.29147233e-03   2.12231439e-03         51    3.00000000e-02   9.38223310e-18   4.12500000e-03         81    3.00000000e-02  -1.26710493e-03   2.08227072e-03        158    3.00000000e-02  -1.94943925e-03   1.21462809e-03        194    3.00000000e-02  -1.92744754e-03   3.15663214e-04        170 


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -