How do I plot the intensity profiles along the axis of a graph(x,z axis for example)
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do I plot the intensity profiles along the axis through the centre of image?
I've tried
x = [0:512];
z = [0:512];
figure;improfile(i,x,z),grid on;
1 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox 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!