简体   繁体   English

在八度中绘制参数'map'

[英]Plotting a parameter 'map' in octave

I want to be able to plot a 2d grid of points onto a parameter plane. 我希望能够将二维点网格绘制到参数平面上。 I want to plot each of the points, but plot it in a different way depending on what result the parameters/co-ordinates of that point lead to. 我想绘制每个点,但是根据该点的参数/坐标所导致的结果,以不同的方式绘制它。 The general effect I'm looking for is a sort of map, where one can point to a place in the plot and say 'In this region of parameter space, we see X happening', like how a Pourbaix diagram works, but with more colour. 我正在寻找的一般效果是一种地图,可以指向图中的某个位置并说“在参数空间的这一区域中,我们看到X发生了”,就像Pourbaix图的工作原理一样,但还有更多颜色。 Is there a fast and efficient way of doing this sort of grid plotting in octave? 有没有一种快速有效的方法来以八度进行这种网格绘图?

没有具体的示例,很难给出确切的答案,但是我认为您只需要使用imagesc()绘制网格并找到合适的颜色图即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM