Location:
Search - flag matlab
Search list
Description: matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
-Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process
Platform: |
Size: 3102 |
Author: 郑超 |
Hits:
Description: matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
-Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process
Platform: |
Size: 3072 |
Author: 郑超 |
Hits:
Description: % 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
% 否则不显示,默认值为0,x为解向量
- Usage: Selected Principal Gauss elimination method solution of linear equations ax = b format: x = nagauss2 (a, b, flag) a for the coefficient matrix, b for the right side column vector, flag if it is 0, it shows the middle Otherwise, the process does not appear, the default value is 0, x for the solution vectors
Platform: |
Size: 1024 |
Author: xiaohuang |
Hits:
Description: 使用matlab,绘画出美国的星条旗。请运行main文件-use Matlab, painting the stars and the United States. Please operation main document
Platform: |
Size: 1024 |
Author: 李敏 |
Hits:
Description: function [sys,x0,str,ts] = csfunc(t,x,u,flag)
% 定义一个连续系统的 S-function-function [sys, x0, str, ts] = csfunc (t, x, u, flag)% definition of a continuous system of the S-function
Platform: |
Size: 1024 |
Author: godingtin |
Hits:
Description: 飘动的红旗,对给定的图片或自己的图片(其尺寸一定要符合OPENGL纹理的要求)实现正弦波运动效果;图片在波动过程中正面显示为网格效果也就是由线条组成,反面显示为完全填充效果。
-The red flag fluttering on a given picture or your own picture (its size must be in line with the requirements of OPENGL Texture) realize the effect of sinusoidal movement images show fluctuations in the course of the positive effect of the grid is composed by lines, show negative the effect of completely filled.
Platform: |
Size: 12288 |
Author: cx |
Hits:
Description: 利用TDOA/AOA定位方法采用扩展卡尔曼滤波定位算法的matlab程序仿真代码-Rotary breath TDOA/AOA ADPL a few breath-kyu Okuma system lackey touch Chlamys扂Tuo Magians Association of Ma Okuma matlab shell you will泦Flag Eagle Drive
Platform: |
Size: 2048 |
Author: jonahtan |
Hits:
Description: PA, projective algorithm
% 灰度投影算法
%
% dr - 行运动矢量
% dc - 列运动矢量
% imRef - 参考帧
% imCur - 当前帧
% range - 搜索区域,默认为7
% flag - 是否精确到亚像素位移
% flag = 1,亚像素精度
% flag = 0,像素精度-PA, projective algorithm gray projection algorithm dr- line motion vector dc- out motion vector imRef- reference frame imCur- current frame range- the search area, defaults to 7 flag- whether it is accurate to sub-pixel displacement flag = 1, sub-pixel precision flag = 0, pixel accuracy
Platform: |
Size: 1024 |
Author: 付中梁 |
Hits:
Description: 基于matlab的倒立摆控制问题的数学建模-function dx = cartpole_model(t,x,flag,u)
Platform: |
Size: 1024 |
Author: xueguoying |
Hits:
Description: This a MATLAB function that can be used to detect the FFT size and service flag in WiMAX system-This is a MATLAB function that can be used to detect the FFT size and service flag in WiMAX system
Platform: |
Size: 1024 |
Author: Mohammed |
Hits:
Description: function [ret,x0,str,ts,xts]=smg(t,x,u,flag)
smg is the M-file description of the SIMULINK system named smg.
The block-diagram can be displayed by typing: smg.
SYS=smg(T,X,U,FLAG) returns depending on FLAG certain
system values given time point, T, current state vector, X,
and input vector, U.
FLAG is used to indicate the type of output to be returned in SYS.
Platform: |
Size: 6144 |
Author: hacen |
Hits:
Description: 中国国旗部分程序,大家可以参考一下,希望大学学习MATLAB之用-this is a matlab program of the chinese flag,Please download carefully
Platform: |
Size: 1024 |
Author: 郭敏 |
Hits:
Description: 用MATLAB在产生的观测数据中捕获其中PRN 号码为“5”C/A 码。
(1) 观测数据应该有一定的多普勒频偏D f(-10kHz〈D f〈+10kHz);
(2) 加入高斯白噪声,使其信噪比为-20dB;
(3) 捕获成功后,应给出捕获标志,并给出估计的频偏和码偏值。-Generated by MATLAB in which observed data capture PRN number is " 5" C/A code. (1) there should be some observations of Doppler shift D f (-10kHz < D f < +10 kHz) (2) by adding Gaussian white noise, so SNR is-20dB (3) capture success After the capture flag to be given, and given the estimated frequency offset and code bias values.
Platform: |
Size: 3072 |
Author: 李伟 |
Hits:
Description: 这是一个小程序,用来画出中华人民共和国国旗,有趣好玩,可以熟练的掌握matlab语言。-This is a small program used to draw the Chinese flag, fun fun, be proficient grasp of matlab language.
Platform: |
Size: 1024 |
Author: 颜普 |
Hits:
Description: 利用matlab强大的功能,可以画出中国国旗的一个小程序!-Using matlab powerful features, you can draw the flag of a small program in China!
Platform: |
Size: 1024 |
Author: 李凡 |
Hits:
Description: 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。- Compute the minimal bounding rectangle of points in the plane
usage: [rectx,recty,area,perimeter] = minboundrect(x,y,metric)
arguments: (input)
x,y- vectors of points, describing points in the plane as
(x,y) pairs. x and y must be the same lengths.
metric- (OPTIONAL)- single letter character flag which
denotes the use of minimal area or perimeter as the
metric to be minimized. metric may be either a or p ,
capitalization is ignored. Any other contraction of area
or perimeter is also accepted.
DEFAULT: a ( area )
Platform: |
Size: 17408 |
Author: rainbow |
Hits:
Description: 用matlab计算最大流量,求最大流的函数function [f,wf,flag]=maxflow(C)-Using matlab to calculate the maximum flow, find the maximum flow of the function function [f, wf, flag] = maxflow (C)
Platform: |
Size: 1024 |
Author: sun |
Hits:
Description: 用matlab可以实现国旗图形,而且可以在风中摆动.-Can be achieved using matlab flag graphics, and can swing in the wind.
Platform: |
Size: 2048 |
Author: 王达到 |
Hits:
Description: 定时器中断,设定时间步长等信息。三个定时器可选择是否全部开通,或者加flag定义,哈哈哈哈哈哈哈或或或或或(prepare for timer practice)
Platform: |
Size: 35840 |
Author: Valar、
|
Hits:
Description: This is matlab code for time history analysis with flag-shape hysteresis curve.
Platform: |
Size: 7465 |
Author: 903075854@qq.com |
Hits: