From: badariah mahbob on
How can I convert m-file which consist of ANN(Artificial Neural
Network) to simulink block for simulation?

Please do reply as soon as possible.
From: Olaf Naujocks on
Hi,

you can use your m-file in Simulink with the user-defined functions.
There is a Block matlab-fcn there. Inputs can be taken from source
blocks, outputs can be visualized in sinks, as e.g. scopes.

regards

badariah mahbob wrote:
>
>
> How can I convert m-file which consist of ANN(Artificial Neural
> Network) to simulink block for simulation?
>
> Please do reply as soon as possible.
From: Steven Lord on

"badariah mahbob" <bardzcomel(a)yahoo.com> wrote in message
news:ef40ba1.-1(a)webcrossing.raydaftYaTP...
> How can I convert m-file which consist of ANN(Artificial Neural
> Network) to simulink block for simulation?
>
> Please do reply as soon as possible.

If you've created this M-file using the functions in the Neural Network
Toolbox, that toolbox includes a specific utility to create a Simulink model
from a network -- see HELP GENSIM.

--
Steve Lord
slord(a)mathworks.com