converting cell to matrix
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I have performed a code for dual tree,but i get error when processing further steps
plz help
my code is
x=imread('st.tif');
x1=rgb2gray(x)
x=double(x1)
J = 4;
[Faf, Fsf] = FSfarras;
[af, sf] = dualfilt1;
w = dualtree2D(x, J, Faf, af)
i need the co-efficients to be displayed
plz help
3 件のコメント
Jan
2012 年 2 月 6 日
Which coefficients should be displayed where in which format?
kash
2012 年 2 月 7 日
Walter Roberson
2012 年 2 月 8 日
This duplicate post has only been kept alive because the original with more information was marked as Accepted before the matter was complete.
Duplicate is at http://www.mathworks.com/matlabcentral/answers/28155-error-cannot-support-cell-array
回答 (1 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!