convert double .mat file to struct with time
显示 更早的评论
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 个评论
Walter Roberson
2021-4-26
Are you trying to convert into Simulink Signals ?
Or are you trying to build information for a NetCDF or H5 file ?
SOUAG Noureddine
2021-4-26
SOUAG Noureddine
2021-4-26
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!