Is it possible to compress data files created on the BeagleBoard using Simulink 8.0 (R2012b)?

1 view (last 30 days)
I am targeting a BeagleBoard using the Run-on-Target-Hardware functionality in Simulink 8.0 (R2012b). My application generates data files, and I would like to reduce the size of these files. Is there a way within Simulink to create compressed files?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 20 May 2013
The ability to compress files is not explicitly provided in the BeagleBoard support package for Simulink; however, because BeagleBoard hardware runs an Ubuntu Linux distribution as the operating system, it may be possible to perform compression by directly executing Linux commands.
For example, the following link provides a tutorial describing how to remotely execute Linux commands on the BeagleBoard hardware directly from the MATLAB command line:
Using the information provided in this tutorial, it may be possible to compress files on the BeagleBoard by executing a Linux command such as TAR.

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2012b

Community Treasure Hunt

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

Start Hunting!