What is the best way to share matlab code online to general public?

조회 수: 13 (최근 30일)
Ali Fallah Yeznabad
Ali Fallah Yeznabad 2021년 5월 12일
답변: Aditya Patil 2021년 5월 17일
I have a simple matlab code (just interpolation) that I want to share with general people. It is much prefered that in your suggested method they do not need to have matlab inatalled and instread it can be easily executed by them via an online tool per say.

답변 (1개)

Aditya Patil
Aditya Patil 2021년 5월 17일
MATLAB doesn't provide a way for users to run MATLAB code without having the license.
However, you can use MATLAB Compiler runtime for sharing an executable. MCR doesn't require end user to have MATLAB license. See What is MATLAB Compiler Runtime (MCR) and how do I install it? for details. You can separately share the code with the users.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by