Mathematica中文论坛-非官方
标题:
matlab plotly offline 画图
[打印本页]
作者:
meatball1982
时间:
2016-10-5 15:48
标题:
matlab plotly offline 画图
plotly 画offline的图,效果还不错。
plotlysetup(‘你的名字','你的apikey')
plotlyupdate
fig2plotly()
你目录的网页上就要你画的图了。
getplotlyoffline(
'https://cdn.plot.ly/plotly-latest.min.js'
)
[X,Y,Z] = peaks;contour(X,Y,Z,
20
);fig2plotly(gcf,
'offline'
,
true
)
在你的路径下,就有一个html文件。打开,就是plotly的网页了。想怎么整,你自己折腾。
欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/)
Powered by Discuz! X3.2