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

搜索资源列表

  1. Network_Drawer.m

    0下载:
  2. THis function make and plot a random network with N nodes input N: number of nodes r: radius of adjacency s = [s1 s2] is the coordinates of the rectangular in which the nodes are spread output adj_mat: adjacency matrix Lap_ma
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1097
    • 提供者:Arash
  1. Low-complexity-background-subtraction-using-frame

    0下载:
  2. Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edg
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:17709
    • 提供者:sivasankar
  1. duishuzuobiao

    0下载:
  2. 利用matlab绘制了一张半对数坐标图,为学自动控制原理的学生绘制伯德图提供借鉴。-Using matlab drew a semi-logarithmic plot, the principle of automatic control for the school to draw students Bird Figure for reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1488115
    • 提供者:
  1. New-Text-Document-(3)

    0下载:
  2. 用C++语言, 绘制NURBS曲面的源代码的部分代码。-C++ plot the nurbs line
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1008
    • 提供者:liuming
  1. hilbert-(1)

    0下载:
  2. 构建hilbert曲线,并可以计算出各种参数,绘制图形-This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2413
    • 提供者:whj
  1. vctest1

    0下载:
  2. 一个plot控件的应用程序 可以绘制二位曲线-Application of a control plot can be drawn two curves
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1933071
    • 提供者:lyl41368
  1. k3dsurf_demo

    0下载:
  2. 3d plot surfaces an cotourn
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4325588
    • 提供者:j
  1. lunguo

    0下载:
  2. 提取物体最外层轮廓,内外轮廓都检测,将轮廓用蓝色边缘画出-Extract from the outermost contour, both inside and outside the contour detection, the edge of the contour plot in blue
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:999884
    • 提供者:sofad
  1. 3Donscilab

    0下载:
  2. MATLAB作为成熟的科学计算软件,其绘制三维实体模型的功能已经非常完善,要实现三维实体模型间的运算也比较容易,然而Scilab 的绘制三维形体模型的功能还不够强大,三维形体模型之间的布尔运算也比较困难,因此有必要开发一个绘制三维形体模型并实现并、交、叉运算的工具箱,来强化Scilab的绘图功能。 本项目组开发的《基于CSG的三维形体建模工具箱》实现了三维形体建模和绘制功能,用户不仅能依据给定的参数直接绘制简单的三维形体,还可以对三维形体进行平移、旋转和比例缩放操作。多个形体之间可以通过正则
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-02
    • 文件大小:541563
    • 提供者:zhoujun
  1. lispzhandian

    0下载:
  2. 通过读入txt文档中所记录的坐标信息,从而在cad中绘出坐标点。-Txt document by reading into the record the coordinates of the information to plot the coordinates of the points in the cad.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:1262
    • 提供者:李海
  1. clPlot

    0下载:
  2. 实时绘图库Demo程序 主要功能 ------------ - 自动滚动 - 时间为X轴 - 可编程的内存限制 - 单独的左右Y轴 - 独立的图例 - 高性能-Realtime Plot Library & Demo Program. Some of the Features ------------ - Autoscroll. - Time X axis. - Programmable memory limitation - Separa
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:99641
    • 提供者:戈磊
  1. gis

    0下载:
  2. this GIS scr ipt that help us to plot a map-this is GIS scr ipt that help us to plot a map
  3. 所属分类:GIS program

  1. testfft

    0下载:
  2. opencv实现对图像fft变换和逆变换,画出傅里叶变换谱-opencv realized the image fft transform and inverse transform, Fourier transform spectrum plot
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1282397
    • 提供者:刘文波
  1. graphs

    0下载:
  2. plot image by lab view
  3. 所属分类:Graph program

  1. Graph

    0下载:
  2. plot data in graph using mschart control
  3. 所属分类:Graph Drawing

  1. chap9

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:21981
    • 提供者:景国彬
  1. jianmo

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:65895
    • 提供者:景国彬
  1. readCplot

    1下载:
  2. 1.文件读写,cstudiofile。2二维绘图。就读写传感器采集到的数据,然后绘图显示。-1. read and write files with cstudiofile 2. 2d plot.without using mschart.
  3. 所属分类:绘图程序

    • 发布日期:2013-01-09
    • 文件大小:1731951
    • 提供者:cnng
  1. huiseyucecancha

    0下载:
  2. 灰色预测可画图和做残差,方差分析 自己编出来的。证明可以实现-gray prediction 。have the rmse and plot
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:762
    • 提供者:许天来
  1. matlab-duo-tiao-qu-xian-de-hui-zhi

    0下载:
  2. 利用plot函数绘制余弦曲线、一组同心圆曲线双轴对数图像、单轴对数、双Y轴图像的绘制-Cosine curve drawn using the plot function, a number of concentric circles on the image curve axis, logarithmic axis, double-Y axis to draw the image
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:1584
    • 提供者:徐俊
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com