error-using cell2mat
1 次查看(过去 30 天)
显示 更早的评论
I have co-efficients in W,i want to convert in into matrix,if i use cell2mat(W),i get error as
Cannot support cell arrays containing cell arrays or objects.
please help
x=imread('st.tif');
x=rgb2gray(x);
x=double(x);
[Faf, Fsf] = FSfarras;
[af, sf] = dualfilt1;
J = 4;
T = 10;
[r c ]=size(x)
W = dualtree2D(x,J,Faf,af);
2 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Particle & Nuclear Physics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!