Save structure as a .mat
Mostra commenti meno recenti
l_first=1;
C= mdf_auslesen(filename,resampleTime,channels);
strname=erase(filename,'.mf4');
Hilf_char='M_';
strname=append(Hilf_char,strname);
assignin('base',strname,C);
%% I would like to save my structure in to .mat file
%% Hello all,
% I am reading .mf4 from different measures and would like to save
% them in my folder aoutomaticaly as a .mat. Could you please
% recommend me way to save my structure array as a .mat. Thanks in
% advance
Risposte (1)
cemsi888
il 2 Dic 2023
Spostato: Dyuman Joshi
il 2 Dic 2023
0 voti
Categorie
Scopri di più su Structures in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!