Error reading .mrc file
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anand Dwivedi
le 3 Août 2017
Modifié(e) : madhan ravi
le 22 Déc 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 commentaires
Réponse acceptée
José-Luis
le 3 Août 2017
Modifié(e) : José-Luis
le 3 Août 2017
ReadMRC('sample.mrc')
2 commentaires
yin zhen
le 22 Déc 2018
Modifié(e) : madhan ravi
le 22 Déc 2018
Rchannel = map(:,:,1);
Gchannel = map(:,:,2);
Bchannel = map(:,:,3);
figure;
scatter3(Rchannel(:),Gchannel(:),Bchannel(:));
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Support Package for IP Cameras dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!