convert double .mat file to struct with time

조회 수: 1 (최근 30일)
SOUAG Noureddine
SOUAG Noureddine 2021년 4월 26일
댓글: SOUAG Noureddine 2021년 4월 26일
Hello all,
I have a mat file containing many variables : example
size(voltage)
ans =
1392070 2
here the current is a matrix (n=1392070 , m=2) ,1392070x2 double , the first colunm represents time values and the second one is the values .
the mat file cFor structure format, use the following kind of structure:
var.time=[TimeValues]
var.signals.values=[DataValues]
var.signals.dimensions=[DimValues]
Please i want an example of code of conversion , form example if we have 10 variables inside the mat file .
Best Regards
  댓글 수: 3
SOUAG Noureddine
SOUAG Noureddine 2021년 4월 26일
Hello Mr Roberson,
Yes , to use them inside simulink ( from workspace)
Best regards
SOUAG Noureddine
SOUAG Noureddine 2021년 4월 26일
i want to obtain this format ;
for example
struct with fields:
time: [21×1 double]
signals: [1×1 struct]

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by