How to extract numeric matrix from this file .out

Hi,
I need to extract the numeric matrix from the attached file .out.
Thanks in advances
Sergio

 Accepted Answer

Rik
Rik on 31 Aug 2020
Edited: Rik on 31 Aug 2020
doc readmatrix
see the 'NumHeaderLines' option and the 'Delimiter' option.

1 Comment

It works, but I need to specify the format, as well as below:
Matrix=readmatrix(file.out,'FileType','text')
Thanks a lot!
Sergio

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!