How to extract numeric matrix from this file .out

조회 수: 2 (최근 30일)
Sergio RUGGIERI
Sergio RUGGIERI 2020년 8월 31일
댓글: Sergio RUGGIERI 2020년 8월 31일
Hi,
I need to extract the numeric matrix from the attached file .out.
Thanks in advances
Sergio

채택된 답변

Rik
Rik 2020년 8월 31일
편집: Rik 2020년 8월 31일
doc readmatrix
see the 'NumHeaderLines' option and the 'Delimiter' option.
  댓글 수: 1
Sergio RUGGIERI
Sergio RUGGIERI 2020년 8월 31일
It works, but I need to specify the format, as well as below:
Matrix=readmatrix(file.out,'FileType','text')
Thanks a lot!
Sergio

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by