Application for recording data from the accelerometer and microphone on the phone
4 次查看(过去 30 天)
显示 更早的评论
Greetings. I want to write simultaneously the data received from the accelerometer and the microphone into a mat file on android, so that I can then send it to the matlab cloud and analyze the received data there. When creating a model in simulink with the support of the android package, the following error appears during compilation:
The code generated for 'accelometr/To File' cannot support Timeseries logging format using current target 'ert.tlc'. Consider switching the logging format to Array or selecting a target that supports Timeseries format.
and when I change the time siries format to Array, then this error comes out:
Data type mismatch at the input port of 'accelometr/To File'. Only data of type double or a type aliased to double can be logged in Array format. Consider using Timeseries format.
How to solve this problem?
0 个评论
回答(1 个)
Sutanu Maiti
2022-3-28
Can you please check below 2 example and check the settings? These two examples might help you:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!