i use this code fid = fopen('YourFile.mp3', 'r'); mp3_content = fread(fid, [1 inf], '*logical'); fclose(fid); to convert mp3 into binary array but i have one dimensional array i want to change it to two dimensional array help me pls

1 view (last 30 days)
this code to convert mp3 into binary

Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!