03-15-2023 01:08 AM
In a LabVIEW Project,I am using Matlab Script node function in a VI in order to calculate changepoints in my graph. Now when I am making Executable or an installer of this project and giving it to the system where Matlab is not installed that function either shows error or the function doesn't execute. Now I know that either executable or installer will execute if other system has Matlab but I want that I should be able to give my executable or installer to the other systems where there is no requirement installing Matlab. Is it possible? What can i import in my installer or executable in order to do so?
Solved! Go to Solution.
03-15-2023 02:06 AM
Hi Mudit,
@Mudit099 wrote:
Is it possible?
No, that's impossible.
The MatlabScriptNode communicates with (licensed) Matlab installed on the very same computer - as is written in the help…