Error reading .mrc file

조회 수: 7 (최근 30일)
Anand Dwivedi
Anand Dwivedi 2017년 8월 3일
편집: madhan ravi 2018년 12월 22일
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일
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개)

카테고리

Help CenterFile 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!

Translated by