필터 지우기
필터 지우기

Store Simulink timeseries data in txt file

조회 수: 1 (최근 30일)
Alicia Roder
Alicia Roder 2017년 3월 24일
댓글: Alicia Roder 2017년 3월 24일
Is it possible to store Simulink timeseries data in a .txt file? I have imported the Simulink data into workspace but I only manage to save the data as .mat file using
>> save(filename, 'data')
Thank you!

답변 (1개)

ES
ES 2017년 3월 24일
편집: ES 2017년 3월 24일
timeseries is a special data class. It is best written in a mat file. If you just need the Data, you can Try fwrite..
doc fwrite
  댓글 수: 1
Alicia Roder
Alicia Roder 2017년 3월 24일
Thank you. I tried that but it gives me "Error using fwrite. Cannot write value: unsupported class timeseries"

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by