Extension of standard matlab function

조회 수: 5 (최근 30일)
Evgeny Mirkes
Evgeny Mirkes 2018년 1월 9일
댓글: Stephen23 2018년 1월 9일
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일
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일
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.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by