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!