2 Star 12 Fork 2

Banana / interesting_Matlab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cuglizhen.m 114 Bytes
一键复制 编辑 原始数据 按行查看 历史
tridu33 提交于 2018-09-21 20:04 . 一波大更新
[x,y]=meshgrid(-10:0.01:10);
z=-(17*x.^2-16*y.*abs(x)+17.*y.^2);
[c,h]=contourf(z,100);
set(h,'linestyle','none')
Matlab
1
https://gitee.com/YuHui_Zhang/interesting_Matlab.git
git@gitee.com:YuHui_Zhang/interesting_Matlab.git
YuHui_Zhang
interesting_Matlab
interesting_Matlab
master

搜索帮助