my idea so far was to
- rearrange the columns a bit,
- typecast the whole thing down to a mx11 single array,
- transmit via fwrite as 'single'
the only problem with this approach is that I cannot use typecast on fixed point objects in matlab. I would have to write my own conversion routine for that I guess?