Can I publish a program by using matlab toolbox?

1 view (last 30 days)
I used the neural netowork toolbox and translated it into a c library.
  2 Comments
Dasharath Gulvady
Dasharath Gulvady on 15 May 2015
What exactly did you mean by publishing a program? Did you use MATLAB Compiler to generate a C library from your MATLAB program?
zmywahrheit
zmywahrheit on 18 May 2015
Yes. I used its compiler to generate a C library.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 19 May 2015
If the question is whether you have the legal right to make the translated code available to other people, you need to study the Terms Of Use. Inside MATLAB, give the command
doc
and then when that brings up documentation, look at the bottom of the page, for the phrase "Terms of Use". Click on that and a copy of the license will be brought up.
Important parts that you need to study are those that deal with "Generated Forms", "Derivative Forms", and what you can do with header files. I cannot give an answer to the question myself because at the moment the circumstances under which Derivative Forms differ from Generated Forms confuse me. You might need to make every recipient of the source code sign an license agreement.

More Answers (0)

Categories

Find more on Install Products in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!