how to plot coordinates on a contour map
显示 更早的评论
I have a contour map with 20 contours of a 32x32 matrix called map_matrix.
I need to plot the locations of 3 treasures, their coordinates are in another matrix (3x2) called "treasures" that was obtained from map_matrix, that contains on the first column the y coordinates and on the second column the x coordinates.
I got the contour map,
Using an X marker I was asked to plot the treasures locations using a marker size of 15, a line width of 4 and a red color.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!