Error reading .mrc file
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anand Dwivedi
el 3 de Ag. de 2017
Editada: madhan ravi
el 22 de Dic. de 2018
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
0 comentarios
Respuesta aceptada
José-Luis
el 3 de Ag. de 2017
Editada: José-Luis
el 3 de Ag. de 2017
ReadMRC('sample.mrc')
2 comentarios
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(:));
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!