Extension of standard matlab function

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 件のコメント

Stephen23
Stephen23 2018 年 1 月 9 日
"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.

サインインしてコメントする。

 採用された回答

Walter Roberson
Walter Roberson 2018 年 1 月 9 日

0 投票

No, you can only publish code that you have written yourself. If you modify the Mathworks' glmfit.m then you cannot distribute the result.

その他の回答 (1 件)

Guillaume
Guillaume 2018 年 1 月 9 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by