Converting mat files to daq format

1 回表示 (過去 30 日間)
Paramonte
Paramonte 2020 年 2 月 17 日
回答済み: Keegan Carvalho 2020 年 4 月 27 日
Hello There
We would like to convert mat files, or indeed matlab variables in the workspace, to the daq format.
what we are looking for is the inverse operation of the daqread.m command in matlab
Thanks in advance!!

回答 (1 件)

Keegan Carvalho
Keegan Carvalho 2020 年 4 月 27 日
I believe daq files are like integer, characters or signed integer files. So you can try converting your variable to an int32 as follows:
x % x is variable
y=int32(x);
Therefore y is a signed integer type variable in daq format.
Hope this helps!

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by