Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

converting cell to matrix

조회 수: 1 (최근 30일)
kash
kash 2012년 2월 6일
마감: MATLAB Answer Bot 2021년 8월 20일
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
kash
kash 2012년 2월 7일
Jan i need the output of w to be dispalyed in command window lke a matrix(i.e the co-efficients)
Walter Roberson
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개)

Ondrej
Ondrej 2012년 2월 6일
Straightforward answer to your question title may be - look for cell2mat function in matlab. But maybe I am completely wrong and your problem is something else.
  댓글 수: 1
kash
kash 2012년 2월 7일
ONdrej i neeed the output w to be displayed in matrix form

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by