필터 지우기
필터 지우기

append a text file to structure

조회 수: 3 (최근 30일)
Sonima
Sonima 2019년 9월 19일
편집: Sonima 2019년 9월 23일
Hi All.
I have a structure generated from a matlab simulation which I want to append the txt. Any idea how should I do this?

답변 (1개)

Walter Roberson
Walter Roberson 2019년 9월 19일
fileread() is the easiest way.
However if your file happens to contain utf8 characters I would want to double check whether fileread reads byte by byte or if it recognizes the utf8 and converts to appropriate character.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by