matlab-compiler
uitable cannot be properly displayed after compilation
I have a uitable embedded in a GUI with cell structure, and it is editable. Everything works fine within Matlab environment, but after compilation, the uitable only displays blank. It is still editabl[详细]
2023-04-11 17:58 分类:问答error while compiling Matlab mex file on Ubuntu 11.04 with Matlab R2011a
I am trying to compile a shared library which will call MATLAB function on Ubuntu 11.04. Like the command:[详细]
2023-04-11 00:05 分类:问答building execute m-file + simulink model (I have a program with one error!)
I have been written a program with MATLAB: clear all; clc loaddata.dat a=data+2; b=fun(a); sim(‘new_equ2’)[详细]
2023-04-10 18:41 分类:问答How to avoid duplicate initialization of .mex (matlab compiled code)?
I have Matlab code that ca开发者_JAVA技巧lls a MEX generated from c++ code. The c++ code requires heavy memory allocation and calculations upon initialization.[详细]
2023-04-04 06:00 分类:问答Matlab Standalone Compiler problem with uigetfile
I am running Matlab r2011a on a mac osx lion. I use uigetfile in my matlab environment and it works fine.However, as soon as I compile a s开发者_JAVA百科tandalone app, it decides to not show my uiget[详细]
2023-03-26 19:12 分类:问答debug code in standalone matlab
Say I have some function foo that is used in a standalone application, (ie. compiled into an executable with mcc -m,) which has an important intermediate result bar. Normally I don\'t need this interm[详细]
2023-02-11 23:46 分类:问答MCR and .NET incompatibility
I am trying to compile a Matlab (R2010b) application that uses a .NET module, but I am facing a problem with incompatibility between the MCR and t开发者_如何学编程he .NET module:[详细]
2023-01-30 12:37 分类:问答creating an image database in matlab
I have represented the image now I want to save the image and the 开发者_Python百科description in database how do I do it. Anyone please help. What sort of database are you using? Do you mean by datab[详细]
2023-01-22 20:29 分类:问答compile matlab linux binary
I have a license for the matlab compiler and can compile exe f开发者_如何学Ciles fine. Is there any way to compile my project into a Linux binary from my windows machine?No, the compile and deploy arc[详细]
2023-01-15 06:52 分类:问答How can I pass command line arguments to a standalone MATLAB executable running on Linux/Unix?
How can I pass command line arguments to a standalone MATLAB executable running on Linux/UNIX? I need to compile my MATLAB script as a standalone file that can be run on a machine without MATLAB pre[详细]
2023-01-09 02:18 分类:问答