It has been proven that any for or while loop can be written in terms of recursion, so potentially using recursion could help you. However you would in practice want to know whether using recursion is more readable or efficient than using looping, and the answer to that is most commonly 'No'.
display compressed image from bitstream
2 次查看(过去 30 天)
显示 更早的评论
hi,
i did image compression and i got the bit stream, now i want to go back and display my compressed image . Do you have any idea how to do this? can using recursive functions help me?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!