Questions tagged [matlab-compiler]

MATLAB Compiler™ lets you share your MATLAB® application as an executable or a shared library. Consider also the tag matlab-deployment.

MATLAB Compiler™ lets you share your MATLAB® application as an executable or a shared library. Executables and libraries created with MATLAB Compiler use a runtime engine called the MATLAB Runtime. The MATLAB Runtime is provided with MATLAB Compiler for distribution with your application and can be deployed royalty-free.

468 questions
-2
votes
2 answers

matlab beginner with problems in array

I have an array Z=[x,y] in matlab and i want to remove zero values of y and also the corresponding x. I also want to remove the descending trends. help me Z = 0 0 11.0000 0 15.0000 4.1667 23.0000 4.1667 …
-3
votes
1 answer

error in lip detection algorithm of my matlab code

I am getting error in my Matlab code. I am using R2009b version Frame index must be a numeric value greater than zero and less than or equal to the number of frames in the file. Error in ==> mmreader.read at 74 videoFrames =…
-4
votes
2 answers

MATLAB compiler for LINUX

I am looking to compile a .m file (program) from MATLAB to Linux. I have done it on Windows operating system using mcc -mv FILENAME.m I see on the MATLAB website that I can use GNU g++. Does this work in a similar way to the MATLAB compiler by…
StevenG
  • 19
  • 1
  • 2
  • 4
1 2 3
31
32