Can we use MATLAB examples code with our own data
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I came across a piece of code from MATLAB examples with the following line % Copyright 1994-2012 The MathWorks, Inc. which I found useful for my research. If I use the corresponding code with my own data, then can I use the results of the same in my research paper and how?
0 comentarios
Respuesta aceptada
Jan
el 31 de En. de 2018
Editada: Jan
el 31 de En. de 2018
Even the code for the assignment operator "=" is copyrighted by MathWorks. Of course you can use the results obtained by this operator for a scientific publication. If you are correct, you mention in your paper, that the results have been obtained by Matlab RXYZ.
You are allowed to use high-level functions as ODE45 also to produce and publish results. But you are not allowed to publish the code of ODE45 or claim, that you have written it. It does not matter, if the code is part of the official toolboxes or of an example in the documentation.
If you have to publish the code you have used for the calculations, contact MathWorks directly and ask them explicitly. See the "Contact Us" link on this page.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!