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 个评论

Thanks!Is there a way to display the 3d model as well?
Rchannel = map(:,:,1);
Gchannel = map(:,:,2);
Bchannel = map(:,:,3);
figure;
scatter3(Rchannel(:),Gchannel(:),Bchannel(:));

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心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!

Translated by