Extension of standard matlab function

5 Ansichten (letzte 30 Tage)
Evgeny Mirkes
Evgeny Mirkes am 9 Jan. 2018
Kommentiert: Stephen23 am 9 Jan. 2018
I want to create function which extent function glmfit. For this purposes I want to use code of glmfit. I found row "Copyright 1993-2015 The MathWorks, Inc.". Does it mean that I can use code of glmfit and then public my modified code?
  1 Kommentar
Stephen23
Stephen23 am 9 Jan. 2018
"Does it mean that I can use code of glmfit and then public my modified code?"
Read your MATLAB license to know the answer to that.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Jan. 2018
No, you can only publish code that you have written yourself. If you modify the Mathworks' glmfit.m then you cannot distribute the result.

Weitere Antworten (1)

Guillaume
Guillaume am 9 Jan. 2018
Matlab's license is not open source. You are not allowed to publish any of the m files that ship with it, modified or not.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by