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.??

1 view (last 30 days)
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)

Categories

Find more on Cell Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!