hello guys,i have matlab version r2013a , i have a project image compression,and i am encountered a problem,its the "zigzag function",its not exist in this version or what? please any help for me,for use this function
Show older comments
XZzag=blkproc(XdctQ,[R R],'zigzag(x)');
Answers (1)
Adam
on 12 Dec 2014
0 votes
I have no idea what zigzag is. It doesn't sound like a Matlab function and it certainly isn't in my version.
By the way, blkproc is deprecated. You should use 'blockproc' now.
2 Comments
ali al-hallal
on 12 Dec 2014
Where does zigzag come from? Is it in a toolbox or is it some 3rd party code you picked up or a function you wrote yourself?
I have the Image Processing Toolbox, but it isn't in there as a function
Taking a quick look I assume it is this that you are/were using:
If you have upgraded Matlab your old path does not follow through to the upgraded version so you will need to add the folder containing this function (and any others you use) to your path in the new version of Matlab.
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!