Error reading .mrc file
조회 수: 7 (최근 30일)
이전 댓글 표시
However, when I try opening a file using
ReadMRC(sample.mrc)
I always get the error
Undefined variable "sample" or class "sample.mrc"
I can't seem to find what I am doing wrong. I am using version R2017a on Linux
댓글 수: 0
채택된 답변
José-Luis
2017년 8월 3일
편집: José-Luis
2017년 8월 3일
ReadMRC('sample.mrc')
댓글 수: 2
yin zhen
2018년 12월 22일
편집: madhan ravi
2018년 12월 22일
Rchannel = map(:,:,1);
Gchannel = map(:,:,2);
Bchannel = map(:,:,3);
figure;
scatter3(Rchannel(:),Gchannel(:),Bchannel(:));
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!