How do I plot the intensity profiles along the axis of a graph(x,z axis for example)
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!