搜索资源列表

  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
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:李泽
  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
  3. 所属分类:文档资料

    • 发布日期:2024-06-07
    • 文件大小:6144
    • 提供者:陈茯苓
  1. DIPM

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

    • 发布日期:2024-06-07
    • 文件大小:2241536
    • 提供者: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 $ $
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者: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 )
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者: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 )
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者: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 )
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:5120
    • 提供者: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 )
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:jafar
  1. nargin

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

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:王三石
  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 u
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:晓晓
  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 ca
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者: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 <
  3. 所属分类:界面编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:hassan
  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 in
  3. 所属分类:编程文档

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者: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_Single
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:夕研

源码中国 www.ymcn.org