How to take the difference of two figures haveing (plots) of same dimentions?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
Thes are two figures with same vertical and horizontal dimensions. Hoa I can take the difference of these two figures. If I donot have their codes.
0 件のコメント
採用された回答
Image Analyst
2021 年 11 月 15 日
Crop out just the box part of each into separate images. Then call imabsdiff().
If you want to convert the images into plots, then you'll have to scan down line by line using strfind() to find the top of each curve.
If you need more help, attach the two images after they've been cropped out.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!