I'm trying to use the Neural Network of matlab in c#.I have compiled the code to .Net Assembly then I call the matlab functions in c# ,and then I got the Exception:
... MWMCR::EvaluateFunction error ... Error using nnetParamInfo (line 28) FCN is not the name of a function on the MATLAB path.
the exception throwed at the line that I simply create a network:
net = elmannet();
So, I think this problem is due to the wrong path configuration of toolbox. I tried to issue path command in Matlab and got a long list of toolbox and other things.
How can I solve this problem?
Any help will be appreicated !!