How do I plot the intensity profiles along the axis of a graph(x,z axis for example)
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!