Error reading .mrc file
6 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
José-Luis
2017 年 8 月 3 日
編集済み: José-Luis
2017 年 8 月 3 日
ReadMRC('sample.mrc')
2 件のコメント
yin zhen
2018 年 12 月 22 日
編集済み: madhan ravi
2018 年 12 月 22 日
Rchannel = map(:,:,1);
Gchannel = map(:,:,2);
Bchannel = map(:,:,3);
figure;
scatter3(Rchannel(:),Gchannel(:),Bchannel(:));
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!