Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Is it possible to have more than one function in a custom 'train' file?

1 Ansicht (letzte 30 Tage)
Ken Kueh
Ken Kueh am 14 Sep. 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi all,
I'm currently working on a custom'train' function to be applied on neural net.
Let's say this is the typical function for neural network: function [net,tr] = train_network(net,tr,data,fcns,param)
Now I have another function within this function, say: function s=bounds(s,min,max)
Is it possible to have another function with a function used to create a 'train' file for neural network?
thanks

Antworten (1)

Greg Heath
Greg Heath am 14 Sep. 2012
The long answer is:
Yes.

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by