【智慧巡检源码】【lsan源码实现】【mayo源码分析】contourmatlab源码

时间:2024-11-23 06:37:12 来源:易语言ddos源码 编辑:解析IP包源码

1.matlab 的contour

contourmatlab源码

matlab 的contour

       contour(Z,智慧巡检源码v)是以向量v中的数据来绘制矩阵Z的等高线。等高水平线的个数等于向量v的长度。

       ä¾‹å­ï¼š

       x=1:1:6;

       y=1:1:;

       [xx,yy]=meshgrid(y,x);

       z=[2. 2. 3. 4. 3. 2. 2. 2. 2. 3. 4. 3. 2. 2.;

       3. 4. 5. 6. 6. 4. 3. 3. 4. 6. 6. 5. 4. 3.;

       2. 2. 3. 6. 3. 2. 2. 2. 2. 3. 6. 3. 2. 2.;

       2. 2. 3. 6. 3. 2. 2. 2. 2. 3. 6. 3. 2. 2.;

       3. 4. 5. 6. 6. 4. 3. 3. 4. 6. 6. 5. 4. 2.;

       2. 2. 3. 4. 3. 2. 2. 2. 2. 3. 4. 3. 2. 2.;];

       contour(xx,yy,z,);

copyright © 2016 powered by 皮皮网   sitemap