how to plot in red colour on image
3 次查看(过去 30 天)
显示 更早的评论
hi.. i have coordinate (x y)on image. i want to plot to red color on that image. how to do this. thanks
0 个评论
采纳的回答
Image Analyst
2012-4-19
Maybe you mean
plot(columnX, rowY, 'r+', 'MarkerSize', 30, 'LineWidth', 3);
If not, describe what you mean by "plot to red".
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!