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

搜索资源列表

  1. implicit-plot

    0下载:
  2. 这是理解隐函数 如f(x,y,z)=0,作图的算法的一个最基本的程序, key: 1. q or w 绕x轴旋转 2. a or s 绕y轴旋转 3. z or x 绕z轴旋转-This the understanding implicit function f (x, y, z) = 0, the mapping algorithm of a basic procedure key : 1. w q or x-axis rotation around t
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:104281
    • 提供者:焦堂生
  1. OG

    0下载:
  2. This a simple Windows application, which creates and reproduces 3D-image (surface) of a function plot using OpenGL rendering context.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:30383
    • 提供者:XiongBihua
  1. voxelizer-v1.1.zip

    1下载:
  2. 这个Matlab程序,可以从.OBJ文件中读取三维模型,并转换成单元体表示。同时提供了一个绘图plot函数,来可视化三维物体。 ,The Matlab program can be. OBJ file to read three-dimensional model, and converted into cell precursors express. At the same time provides a mapping function plot to visualization of t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2543469
    • 提供者:力宏
  1. band-pass-filter-by-remez-function

    2下载:
  2. 用MATLAB中remez函数设计一带通FIR滤波器。打印出单位脉冲响应 ,并画出幅频响应。-Design using MATLAB function in the vicinity of remez pass FIR filter. Print out the unit impulse response and frequency response plot.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2268
    • 提供者:董晓曦
  1. raPsd2d.rar

    0下载:
  2. The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the R
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:983
    • 提供者:mid
  1. AUTOCAD_PLOT

    1下载:
  2. 在AUTOCAD里加载后即可实现批量打印功能的程序源代码.-In AUTOCAD can be loaded in batch printing function of the source code.
  3. 所属分类:2D Graphic

    • 发布日期:2016-04-07
    • 文件大小:26811
    • 提供者:zwc
  1. 3Dpolar

    1下载:
  2. 在MATLAB平台下,如何画三维极坐标图。 源码以及说明-3D-polar plot function in matlab but it is not included in MATLAB HELP
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1138514
    • 提供者:shanshan
  1. integrate(nu)

    0下载:
  2. This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:12651
    • 提供者:徐亮
  1. 1

    0下载:
  2. This MATLAB code calculates the array factor for N element linear array. N单元线性阵列的方向图函数MATLAB仿真代码-This MATLAB code calculates the array factor for N element linear array. N element linear array pattern function of the MATLAB simulation code
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4356899
    • 提供者:金萧
  1. arect.

    0下载:
  2. "arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for apattern.函数“arect”是给出一个方向图的3D图。函数“makepattern”是计算一个阵列方向图的值。- arect displays a 3-D plot of a pattern. makepattern computes values of an
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1091
    • 提供者:金萧
  1. nlpunc

    0下载:
  2. matlab最优化理论的实现,通过plot功能找出函数的极值问题 。-matlab optimization theory realization of function through the plot function to find the extremum problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2487271
    • 提供者:吕铭守
  1. MGA

    0下载:
  2. 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5423
    • 提供者:huwentao
  1. calculator-src

    0下载:
  2. Descr iption Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your ow
  3. 所属分类:J2ME

    • 发布日期:2017-03-23
    • 文件大小:245656
    • 提供者:tang
  1. trajectory3

    0下载:
  2. Trajectory and Attitude Plot This function plot in the same figure the center trajectory and attitude of an aircraft.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:16577
    • 提供者:blue11
  1. matlab-plot-VC6

    0下载:
  2. 应用matalb的画图函数plot,在VC中画曲线图。其中matlab的代码通过matcom转换为C语言,简单有效-Applications matalb drawing function plot, draw a graph in the VC. Which matlab code into C language by matcom, simple and effective
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1505483
    • 提供者:黄桂房
  1. plot 2d

    1下载:
  2. this for plot 2d in c# for plotting function 2d
  3. 所属分类:界面编程

    • 发布日期:2015-08-22
    • 文件大小:73346
    • 提供者:ahmedmatter
  1. function plot

    0下载:
  2. 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:小川lucky
  1. Code for Func1

    0下载:
  2. To generate function
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:54272
    • 提供者:harad
  1. Code for Function 2

    0下载:
  2. to plot a function in matlab
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:53248
    • 提供者:har123
  1. plot画图断开坐标code

    0下载:
  2. 写文章时常常遇到要画一个图,但有效信息只有一点点,中间有大量的0值,这时需要把坐标轴断开显示,本程序配合MATLAB的plot函数,能够实现美观化处理,是写文章的必备技巧!(When writing an article, you often encounter a picture to draw, but the effective information is only a little. There are a large number of 0 values in the middle.
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:21504
    • 提供者:reyond
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com