Extension of standard matlab function
조회 수: 5 (최근 30일)
이전 댓글 표시
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
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
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.
댓글 수: 0
추가 답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!