I am using the ReadMRC function that @Fred Sigworth provided Imagic, MRC and DM3 file i/o
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

 채택된 답변

José-Luis
José-Luis 2017년 8월 3일
편집: José-Luis 2017년 8월 3일

0 개 추천

ReadMRC('sample.mrc')

댓글 수: 2

Anand Dwivedi
Anand Dwivedi 2017년 8월 3일
편집: Anand Dwivedi 2017년 8월 3일
Thanks!Is there a way to display the 3d model as well?
yin zhen
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개)

카테고리

도움말 센터File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

태그

질문:

2017년 8월 3일

편집:

2018년 12월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by