【发布时间】:2016-05-22 23:41:22
【问题描述】:
Matlab 与 Mathematica 的ListDensityPlot 的可比函数是什么?例如
ListDensityPlot[Table[Sin[x y/100], {x, -50, 50}, {y, -50, 50}],
DataRange -> {{-50, 50}, {-50, 50}}]
会产生
谢谢。
【问题讨论】:
-
我怀疑没有一个(我不确定,所以我只是评论,我希望有人证明我错了)。但这并不奇怪:如果你在树林里扔一块石头,它有 90% 的机会会击中一个专门的 Mathematica 函数;)你总是可以使用类似
histogram2的东西来生成密度数据,然后用一些插值。
标签: matlab wolfram-mathematica