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

 Akzeptierte Antwort

José-Luis
José-Luis am 3 Aug. 2017
Bearbeitet: José-Luis am 3 Aug. 2017

0 Stimmen

ReadMRC('sample.mrc')

2 Kommentare

Anand Dwivedi
Anand Dwivedi am 3 Aug. 2017
Bearbeitet: Anand Dwivedi am 3 Aug. 2017
Thanks!Is there a way to display the 3d model as well?
yin zhen
yin zhen am 22 Dez. 2018
Bearbeitet: madhan ravi am 22 Dez. 2018
Rchannel = map(:,:,1);
Gchannel = map(:,:,2);
Bchannel = map(:,:,3);
figure;
scatter3(Rchannel(:),Gchannel(:),Bchannel(:));

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for IP Cameras finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by