CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PLOT3

搜索资源列表

  1. 2

    0下载:
  2. 第二章 MATLAB 图形绘制基础 2.1 二维绘图 2.1.1 基本绘图函数 2.1.2 图形窗口的修饰 2.2 三维绘图 2.2.1 plot3 函数 2.2.2 三维网格图和曲面图
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3416
    • 提供者:ly
  1. 11

    0下载:
  2. 1. 在No.1图形窗口中绘制 y=sin(x)在[0,2*pi]内的曲线。要求曲线的颜色为绿色,线型为 点划线,用*标示坐标点,在x轴的附近用 黑体 标注 ‘x轴’字样,在图形的上方加上标题 ‘正弦函数’,严格控制x,y轴分度相等,并开启网格。 2. 在No.2图形窗口中创建四个子窗口,在第一、二子窗口中用不同的方法同时绘制 y=x^2,y=-x^2,y=x^2*sin(x) 在[0,2*pi]内的曲线,并要给出标注 在第三个子窗口中绘制 三维曲线 3. 把No.3图形窗口分
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1026
    • 提供者:李子木
  1. matlab-drawing

    0下载:
  2. matlab 绘图 绘图函数:plot,plot3,mesh 函数的用法简单图形标注,简单颜色设定-Drawing matlab function: plot, plot3, mesh function marking the use of simple graphics, simple color settings
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:580146
    • 提供者:Li Li
  1. 080435

    0下载:
  2. 基于MATLAB的数学图形制作 过具体实例研究MATLAB绘制二维图形和三维图形的plot、ezplot、mesh、surf、ezmesh、ezsurf、 plot3等几个作图函数,说明它们的使用方法和技巧。-MATLAB-based graphical mathematical study of the production of any specific examples of MATLAB graphics drawing two-dimensional and three-dim
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:571468
    • 提供者:吕大
  1. dierzhang

    0下载:
  2. 第二章 MATLAB 图形绘制基础 2.1 二维绘图 2.1.1 基本绘图函数 2.1.2 图形窗口的修饰 2.2 三维绘图 2.2.1 plot3 函数 2.2.2 三维网格图和曲面图
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:2960
    • 提供者:胡羽辰
  1. plot3k

    0下载:
  2. Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3787
    • 提供者:Jeff
  1. circle

    0下载:
  2. function [] = circleagain(a,b,c,r) pixel = 0.1 theta1 = 0 theta2 = 360*pi/180 pix = pixel/r theta = theta1:pix:theta2 global x y z x = a + r*cos(theta) y = b + r*sin(theta) z = ones(1,length(x))*c x=round(x*10)/10 y=ro
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:378855
    • 提供者:boom
  1. PLOT3

    0下载:
  2. matlab 三维绘图程序,功能基本实现 可能版本不同 会有所改动-matlab 3D drawing program, the basic functions to achieve the possible versions are subject to change
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:kaigua
  1. plot3

    0下载:
  2. 利用VB进行plotline控件的运用,画正弦曲线并保存-VB to the plotline control the use of draw the sine curve and save
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:9580
    • 提供者:李建德
  1. meshgrid-and-other-plot-commands

    0下载:
  2. matlab中meshgrid命令的详解,以及plot3、mesh、surf、surfc、surfl、waterfall等命令的用法-The explanation of meshgrid command in matlab, and the usage of plot3, mesh, surf, surfc, surfl, waterfall and other commands
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:9273
    • 提供者:杨过
  1. scatterbar

    1下载:
  2. 实现对于散点数据的三维柱状图出图,在散点的基础上,给定相应的尺寸大小,采用plot3生成三维柱状图-Achieve a three-dimensional bar graph showing the scatter of data, on the basis of scatter, given the appropriate size, three-dimensional histogram is generated using plot3
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:761
    • 提供者:刘晓
  1. view3d

    0下载:
  2. 解决了三维数据可视化的问题;在三维网格点上数据绘制显示它的大小。 通过z轴坐标点更容易区分边缘颜色变化。可以通过设置线宽参数该选项设置为0。-This function solves the problem of visualization of 3 dimensional data in one plot(plot3). Data is plotted on a 3 dimensional mesh with point size showing value of it. Ed
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1768
    • 提供者:马芮东
  1. kongjian-quxian

    0下载:
  2. 主要是对空间离散的三维数据【x,y,z】点进行连接,这个方法可以使曲线更加的光滑连续,无plot3函数产生线条的生硬。 -Mainly discrete three-dimensional data space {x, y, z] point connection, this method can make more smooth and continuous curve, without plot3 function generates blunt lines.
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:weng
  1. PLOT3

    0下载:
  2. PLOT3维画图 有助于我们很好的理解使用画图工具plot(Plot function drawing three dimensional)
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:area小仙女
  1. word

    0下载:
  2. 用于matlab绘制学习与使用:三维图形绘制plot3/mesh/surf(For matlab rendering learning and use: 3D graphics rendering plot3/mesh/surf.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:hello world99
搜珍网 www.dssz.com