Is it possible to execute compiled code both within and out of MATLAB environment?

后端 未结 2 1595
太阳男子
太阳男子 2020-12-21 10:50

Let me explain what I am trying to do. I have an application coded in Matlab and I would like to provide it to both Matlab users and non-Matlab users. So you would say : Ju

2条回答
  •  一整个雨季
    2020-12-21 11:21

    Matlab doesn't have inbuilt functionality to do this, and, detecting whether someone has Matlab installed or not varies greatly depending on operating system.

提交回复
热议问题