Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
edit-comparing values
조회 수: 1 (최근 30일)
이전 댓글 표시
imageCells - cell array contains 8 images (double array)
A=[115.9607 118.7609 118.7595 118.7681 118.3420 118.1658 118.0285 118.0862];
query=118.7595;
t = abs(A - query) < 100*eps;
if any(t), imshow(imageCells{t}); end
please tell how to form image cells from this
댓글 수: 2
Andrei Bobrov
2012년 2월 16일
Hi Jan! it's from http://www.mathworks.com/matlabcentral/answers/29172-comparing-the-values
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!