How to compile MATLAB Neural Network Toolbox functions into stand-alone applications?
Show older comments
MatlabX library for VB, VC, Delphi, c # provide packages interface, support for math, linear algebra, graphics and other functions and some neural networks, used to extend the MATLAB functions and speed, can be used as a standalone tool to support Generate its own independent operational procedures, does not require client computer with matlab. (You can also add features)
In VB, VC, Delphi, c # packages use the mathematical tools to avoid repetitive work, thus reducing the algorithm developers and interface design problems, can greatly improve development efficiency, for solving engineering problems is very significant. MatlabX is a small matlab.
visual basic visual c + + delphi c # call the matlab neural network interface to run independently sim
vb vc c # delphi matlab interface, graphics interface, called net sim
Pros: (to be written in vb, vc delphi, c # similar)
1 Math
2 powerful linear algebra, matrix computation
3 graphics
4 easy to use, based on a more convenient matlab, matlab statement as long as the input on it, the variables in the vb, vc, dephi added, also can be exported for vb, vc, dephi, c # use.
5 Enter the StrIn set string input on it, do not ";" limited type of variable is the output value of the String, if after that there are input, chr (10) (VbCrLf, in vb, the other similar) connection.
6 StrIn to fault-tolerant Chinese characters, carriage returns, and so on, comment symbol% can run matlab script file.
7 array of double variables can be obtained: Call GetVar
Access to an array of 8 double complex variables the real and imaginary parts: Call GetVarReIm
9 in vb, vc, dephi and exchange data between matlab to make up for StrIn in the case of slow circulation, and enhance vb, vc, dephi computing matrix functions (in vb in circulation, calculated in matlab).
10 to support part of the neural network function, support for bp neural network, and improvement of bp neural network and rbf neural networks
11 packaged program to the folder bin, toolbox, java, sys, can bring. Can generate a standalone program, does not require the client computer with matlab.
More infomation :chyg32#gmail.com
Answers (2)
Walter Roberson
on 8 Jun 2011
0 votes
It is not clear what you are really asking.
If the question is just what is in your title, then the answer is that you need the MATLAB Compiler (and the Neural Network toolbox), and that the NN training functions cannot be compiled. It is, though, possible to call the NN functions on pre-trained networks; see here for that being documented.
chen
on 8 Jun 2011
0 votes
1 Comment
Walter Roberson
on 8 Jun 2011
So instead of asking a question, you are advising people about the existence of matlabX ? If so then your title is misleading.
Categories
Find more on Parallel and Cloud in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!