【发布时间】:2013-03-22 11:58:00
【问题描述】:
我正在尝试在“imagesc”之上绘制“scatter”,这不起作用。但是,我可以单独绘制“散点图”。我什至尝试过“坚持”而不是“坚持”。有人可以帮我吗?谢谢。
figure(2)
imagesc(lat1,height,scatter0')
hold on;
scatter(lat1,top2,'k')
title('2012_12_4')
colormap(colors)
axis xy
【问题讨论】:
标签: matlab