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

搜索资源列表

  1. arg

    0下载:
  2. In particular, ARGS is a demonstration of the NARGIN function, which counts command line arguments and the VARARGIN function, which allows the user to specify that a routine has a variable number of input arguments. -In particular, ARGS is a demonstr
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-03
    • 文件大小:1.53kb
    • 提供者:李泽
  1. 1

    0下载:
  2. 1. 如果matlab有两个函数nargin和nargout,分别返回matlab函数的输入和输出参数的个数。如果采用元组变量varargin和varargout来替代常规的输入和输出参数,则函数就可以接收数目可变的输入和输出参数。-1. If there are two matlab functions nargin and nargout, respectively matlab function back to the input and output parameters of the
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6.03kb
    • 提供者:陈茯苓
  1. DIPM

    0下载:
  2. 关于边缘检测的一个c++程序,较为经典,可以借鉴-It about a program of nargin using c++
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2.14mb
    • 提供者:SkySeraph
  1. nntest6

    0下载:
  2. function nntest6(action,flag) NNTEST6 View and Control Neural network. See also SIMUFF. Koos j. den Oudsten, 1-20-99 koos@phil.uu.nl Copyright (c) 1998-99 by KoosSoft vof $Revision: 0.4 $ $Date: 1999/01/27 22:29:28 $
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.49kb
    • 提供者:hacen
  1. fjhnmk

    0下载:
  2. function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:2.27kb
    • 提供者:jafar
  1. htni

    0下载:
  2. function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:2.56kb
    • 提供者:jafar
  1. swcf

    0下载:
  2. function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:5.22kb
    • 提供者:jafar
  1. mex

    0下载:
  2. function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:2.19kb
    • 提供者:jafar
  1. nargin

    0下载:
  2. 主要用于matlab中的一些基本方法的介绍 以一些功能简介,适合初学matlab用户-used for matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:王三石
  1. args

    0下载:
  2. ARGS is a MATLAB program which demonstrates command line argument retrieval.In particular, ARGS is a demonstration of the NARGIN function, which counts command line arguments and the VARARGIN function, which allows the user to specify that a routine
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:580byte
    • 提供者:晓晓
  1. DistEuclidian

    0下载:
  2. this code calculate the euclidian distance. h = waitbar(0, Distance Computation ) switch nargin case 1-this code calculate the euclidian distance. h = waitbar(0, Distance Computation ) switch nargin case 1
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.48kb
    • 提供者:safa younes
  1. anfis

    0下载:
  2. function [t_fismat, t_error, stepsize, c_fismat, c_error] ... = anfis(trn_data, in_fismat, t_opt, d_opt, chk_data, method) ANFIS Training routine for Sugeno-type FIS (MEX only). if nargin > 6 & nargin < 1, error( Too many or too f
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:hassan
  1. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

  1. matlab

    0下载:
  2. function [out1,out2] = humps(x) HUMPS A function used by QUADDEMO, ZERODEMO and FPLOTDEMO. Y = HUMPS(X) is a function with strong maxima near x = .3 and x = .9. [X,Y] = HUMPS(X) also returns X. With no input arguments, HUMPS uses X
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:sandeep
  1. K_means

    0下载:
  2. function varargout = K_means(varargin) % K_MEANS M-file for K_means.fig % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ...
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:夕研
搜珍网 www.dssz.com