Error reading .mrc file

2 visualizaciones (últimos 30 días)
Anand Dwivedi
Anand Dwivedi el 3 de Ag. de 2017
Editada: madhan ravi el 22 de Dic. de 2018
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

Respuesta aceptada

José-Luis
José-Luis el 3 de Ag. de 2017
Editada: José-Luis el 3 de Ag. de 2017
ReadMRC('sample.mrc')
  2 comentarios
Anand Dwivedi
Anand Dwivedi el 3 de Ag. de 2017
Editada: Anand Dwivedi el 3 de Ag. de 2017
Thanks!Is there a way to display the 3d model as well?
yin zhen
yin zhen el 22 de Dic. de 2018
Editada: madhan ravi el 22 de Dic. de 2018
Rchannel = map(:,:,1);
Gchannel = map(:,:,2);
Bchannel = map(:,:,3);
figure;
scatter3(Rchannel(:),Gchannel(:),Bchannel(:));

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by