how to transfer values from a variable to array in matlab, when we are not sure about number of values. Is there any way to create dynamic array in matlab.??

I am creating a program that reads data from mp3 file, divides it into frames and then hide data in padding bytes. So, values have been read to a variable. Now it needs to be stored in array, so that they can be read separately, as each frame needs to be checked.

Answers (0)

Asked:

on 16 Mar 2015

Community Treasure Hunt

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

Start Hunting!