Welcome![Sign In][Sign Up]
Location:
Search - function plot

Search list

[Other resourceimplicit-plot

Description: 这是理解隐函数 如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 two. 's or a y-axis rotation around three. z or x rotation around the z axis
Platform: | Size: 104281 | Author: 焦堂生 | Hits:

[OpenGL programOG

Description: This a simple Windows application, which creates and reproduces 3D-image (surface) of a function plot using OpenGL rendering context.
Platform: | Size: 30383 | Author: XiongBihua | Hits:

[Graph Drawingplotcircle

Description: To calculate the coordinates needed to draw a circle given the details of the circle, for use by the plot function-To calculate the coordinates needed to draw a circle given the details of thecircle, for use by the plot function
Platform: | Size: 2048 | Author: carolin1980 | Hits:

[3D Graphicimplicit-plot

Description: 这是理解隐函数 如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 two. 's or a y-axis rotation around three. z or x rotation around the z axis
Platform: | Size: 439296 | Author: 焦堂生 | Hits:

[OpenGL programOG

Description: This a simple Windows application, which creates and reproduces 3D-image (surface) of a function plot using OpenGL rendering context. -This a simple Windows application, which creates and reproduces 3D-image (surface) of a function plot using OpenGL rendering context.
Platform: | Size: 29696 | Author: XiongBihua | Hits:

[Special Effectsplotfft

Description: % Descreption: % This function is specially used to plot the FFT of % the discrete signal % Author: ALLEN % - Descreption: This function is specially used to plot the FFT of the discrete signal Author: ALLEN
Platform: | Size: 1024 | Author: allen | Hits:

[GDI-Bitmapdraw

Description: 读取文件中的数据,使用MSchart控件绘制函数曲线,并能将函数图像保存,采用visual basic6编写,简单易懂,源码公开-Read the data in the document, use the mapping function MSChart control curve, and can function to preserve the image, using visual basic6 prepared, easy-to-read, open-source
Platform: | Size: 448512 | Author: 启明星 | Hits:

[matlabplot

Description: 关于matalb 中的plot 绘图函数 绘出美观好看的效果-The plot on the matalb mapping function to map the effects of good-looking appearance
Platform: | Size: 1024 | Author: 高亚鲁 | Hits:

[Graph Recognizehoughcircle

Description: 利用hough变换来进行圆形检测.Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system.-Using hough transform for circle detection. Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coordinate system.
Platform: | Size: 2048 | Author: 华思雨 | Hits:

[Algorithmintegrate(nu)

Description: 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 can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.
Platform: | Size: 12288 | Author: 徐亮 | Hits:

[matlab1

Description: 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
Platform: | Size: 4357120 | Author: 金萧 | Hits:

[matlabarect.

Description: "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 array pattern cover function forapattern. function arect is given a direction map 3D map. Function makepattern is the calculation of an array pattern value.
Platform: | Size: 1024 | Author: 金萧 | Hits:

[Mathimatics-Numerical algorithmsnlpunc

Description: matlab最优化理论的实现,通过plot功能找出函数的极值问题 。-matlab optimization theory realization of function through the plot function to find the extremum problem.
Platform: | Size: 2487296 | Author: 吕铭守 | Hits:

[J2MEcalculator-src

Description: Description 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 own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here. - Notes * Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command. * Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error. * It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function sum(x)=x>0?x+sum(x-1):0 Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator. * All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen
Platform: | Size: 245760 | Author: tang | Hits:

[Software Engineeringtrajectory3

Description: Trajectory and Attitude Plot This function plot in the same figure the center trajectory and attitude of an aircraft.
Platform: | Size: 16384 | Author: blue11 | Hits:

[OS programmatlab-plot-VC6

Description: 应用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
Platform: | Size: 1505280 | Author: 黄桂房 | Hits:

[Special Effectsfunction plot

Description: 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线 % 三维曲面 [x, y] = meshgrid( -2:0.2:2, -2:0.2:2 ); % 生成网格矩阵 z = x.*exp( -x.^2-y.^2 ); surf( x, y, z) % 绘制三维曲面(Draw a function graph. Dimensional and three-dimensional curves)
Platform: | Size: 5120 | Author: 小川lucky | Hits:

[OtherCode for Func1

Description: To generate function
Platform: | Size: 54272 | Author: harad | Hits:

[OtherCode for Function 2

Description: to plot a function in matlab
Platform: | Size: 53248 | Author: har123 | Hits:

[Special Effectsplot画图断开坐标code

Description: 写文章时常常遇到要画一个图,但有效信息只有一点点,中间有大量的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. At this time, it is necessary to disconnect the coordinate axes. This program can cooperate with the plot function of MATLAB to realize the beautiful processing. It's an essential skill for writing articles.)
Platform: | Size: 21504 | Author: reyond | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net