loading . mat file and displaying it using imagesc?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Import the data acquired from a fluorescence CCD camera called 06.mat Then perform the following:display with function imagesc(). I have no idea why I am not able to get the imagesc to work right with my .mat file.I feel like this should be a simple thing to do but I am struggling.... Can anyone help please???
Z = load('06.mat');
figure(1)
imagesc(Z)
3 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Logical 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!