I have downloaded the matlab software and now i want to use the neural network toolbox?/How do I access the toolbox??
Asked
Active
Viewed 3,719 times
1 Answers
2
Unfortunately, toolboxes are an additional piece you need to buy separately of the Matlab software. Usually, they cost LOTS of $$$.
Once you download the toolbox, it should be automatically installed by the installer and you can call its functions simply as you will call a native Matlab function.

ysap
- 7,723
- 7
- 59
- 122
-
http://stackoverflow.com/questions/3429290/neural-network-using-matlab Plz go to this link and help in getting done with my problem. – Shilpa Aug 07 '10 at 23:10
-
@Shilpa - Simulink, like most of the other toolboxes is a product you should buy separately. As for your problem, my familiarity with Neural Networks is close to zero. I see, though, that you accepted one of the answers given in that thread. If my answer here satisfies you, you should mark it as accepted as well. If not, let me know what else you want to know. – ysap Aug 07 '10 at 23:20
-
1@Shilpa - if you have Simulink installed then you definitely can use it to solve your problem, but you should ask yourself IF it is the right tool for that. Consider that Simulink was created to perform time-simulations of dynamic systems. It is given many tools for solving many types of problems, but if your problem is static in nature, I think plain Matlab is usually preferred. – ysap Aug 07 '10 at 23:55