Home > Objects > @iFunc > ones.m

iFit/ones

PURPOSE ^

s = ones(s,N,M,P,...) : initialize an iFunc array

SYNOPSIS ^

function s = ones(iFunc_in,varargin)

DESCRIPTION ^

 s = ones(s,N,M,P,...) : initialize an iFunc array

   @iFunc/ones function to create an array of 's' iFunc objects
   The object 's' is duplicated into an array. Use s=iFunc to get an empty array.

 input:  s: object or array (iFunc)
 output: b: object or array (iFunc)
 ex: ones(iFunc,5,5) will create a 5-by-5 empty iFunc array
     ones(s,5,5) will return a 5-by-5 array filled with 's'

 Version: Aug. 22, 2017
 See also iFunc

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1