Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
problem in cell to matrix conversion
조회 수: 1 (최근 30일)
이전 댓글 표시
X{i}.dist{n}{j}=sqrt(sum((Xhelp(n,:))' - (Ahelp(1,:))').^2);%compute euclidean distance
the above i want to transform it in 2D matrix i.e. tt=X{i}.dist; but that's wrong..:( is anyone knows how can i do this??
thx in advance! note:i can't write X{i}.dist(n,j) cause n is variant..
댓글 수: 1
Jan
2012년 3월 13일
Please explain, whar "that's wrong" means explicitely. Does it poroduce an error message? Does the result differn from your expectations?
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!