Home > freetb4matlab > nnet > sim.m

sim

PURPOSE ^

% @code{sim} is usuable to simulate a before defined neural network.

SYNOPSIS ^

function [netoutput] = sim(net,mInput)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{netoutput} =} sim (@var{net}, @var{mInput})
% @code{sim} is usuable to simulate a before defined neural network.
% @code{net} is created with newff(@dots{}) and @var{mInput} should be the
% corresponding input data set~
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003