Answered
Trouble Opening Compiled Executable File
Have you used Visual Studio as your compiler? If yes, you may be missing MSVC redistributables on your computer. This is listed ...

15 years ago | 1

Answered
Simulink Coverage
This solution: <http://www.mathworks.com/support/solutions/en/data/1-4FVJZP/index.html Can I save the model coverage highlightin...

15 years ago | 0

Answered
Input different DC voltage at different time Simulink
I'm not familiar with the Power Systems modeling domain, but it seems like the <http://www.mathworks.com/help/toolbox/physmod/po...

15 years ago | 0

Answered
Jump error or diverging simulations in for loop with sim command
You might find the <http://www.mathworks.com/help/toolbox/simulink/slref/stopsimulation.html Stop block> useful. The example tit...

15 years ago | 1

Answered
Can't "Add MCR" in Matlab Compiler (get Java error)
This seems related to <http://www.mathworks.com/support/bugreports/691292 Bug# 691292>

15 years ago | 0

| accepted

Answered
Compiler is invoked even though "Generate Code Only" is specified.
My guess is that you have Stateflow, Embedded MATLAB or Model Reference (Accelerator mode) blocks in your model that need to gen...

15 years ago | 0

Answered
showing the error' ??? Object belongs to an incompatible Java class. Error in ==> try2 at 7 set(t,'Data', eg1);'
I'm not sure if UITABLE was documented/supported fully in MATLAB 7.5 - I am able to run your code without any errors on MATLAB 7...

15 years ago | 0

Answered
MATLAB real time applications with Texas Instrument Code Composer Studio version 4
It appears that C64x+ processors are supported in general. The documentation talks about <http://www.mathworks.com/help/toolbox/...

15 years ago | 0

Answered
Simulink Compiler - Max block not finding fmax?
Do you have C99 (ISO) selected as the Target function library in the Code Generation > Interface pane of your Configuration Para...

15 years ago | 1

| accepted

Answered
Problem passing parameter for MATLAB function from .NET
Have you looked at the documentation example <http://www.mathworks.com/help/toolbox/dotnetbuilder/ug/brdu8us.html Using a COM Co...

15 years ago | 1

| accepted

Answered
Using mexCallMATLAB to instantiate an object ?
Have you tried following the <http://www.mathworks.com/help/techdoc/matlab_external/f15075.html#f25603 documentation examples>? ...

15 years ago | 0

Answered
Is there a function that retrieves the filename of the current script?
p = mfilename('fullpath')

15 years ago | 3

Answered
Mex-file using a vector class definition
It looks like char16_t has two different definitions in matrix.h (included with MATLAB) and yvals.h (MSVC header), and is causin...

15 years ago | 1

| accepted

Answered
DLL creation to use in LabVIEW
You might have better luck getting specific help on NI forums. However, for general guidance using MATLAB Compiler generated ...

15 years ago | 1

Answered
String through Mask Parameters
In the MATLAB Function block, instead of using the mask variable name directly, enter something like: feval(maskvarname, u...

15 years ago | 0

Answered
Copy & Paste of PowerPoint Slides in Matlab
I don't know of specific documentation examples for calling PowerPoint as a COM server from MATLAB (there are examples with Exce...

15 years ago | 0

| accepted

Answered
Out Of Memory -- large Matrix Multiplication
Please see <http://www.mathworks.com/support/tech-notes/1100/1106.html Memory Management Guide> and <http://www.mathworks.com/su...

15 years ago | 0

Answered
How to setup buff block in trigger subsystem
The Buffer block has <http://www.mathworks.com/help/toolbox/simulink/sfg/f4-30554.html#brc3pm7 port-based sample times>, which a...

15 years ago | 0

Answered
Get Real-time data from sensor program in C and catch it in Real-time Windows Target using UDP protocol
You might be able to use the <http://www.mathworks.com/help/toolbox/rtwin/ref/bqnb76d-1.html Packet I/O or Stream I/O blocks> fr...

15 years ago | 0

Answered
Determine Data Types in Simulink
double(8) is a 1-D signal of 8 elements, while double[8x1] is a 2-D signal with 8 rows and 1 column. A number of source blocks (...

15 years ago | 1

| accepted

Answered
I want to make simulink executable that can be used on another PC
The execution of the generated code is governed by the code generated in ert_main.c. By default, the main() consists of an empty...

15 years ago | 0

Answered
including source files in s-function gateway file
What dumpbin flags are you using to examine the MEX binary? I think dumpbin only displays exported functions from a DLL. Ordinar...

15 years ago | 0

| accepted

Answered
Counter that starts on demand
Perhaps you could use the <http://www.mathworks.com/help/toolbox/simulink/slref/counterfreerunning.html Counter Free-Running> bl...

15 years ago | 0

Answered
Simulink-LabVIEW interlink!
See <http://zone.ni.com/devzone/cda/tut/p/id/3057 Building a LabVIEW User Interface for a Simulink® Model with LabVIEW Simulatio...

15 years ago | 1

Answered
CTF file in Standalone application
I'm not sure that DEPLOYTOOL allows you to disable the generation of the project folder and the contained src and distrib folder...

15 years ago | 1

Answered
How to create Linux MEX File in Windows 7 x64
For compiling 32-bit MEX files on 64-bit Windows, see my answer on http://www.mathworks.com/matlabcentral/answers/4649-deploy-fo...

15 years ago | 1

| accepted

Answered
Where can I see how much time it takes to simulate a .m file?
You can also use <http://www.mathworks.com/help/techdoc/matlab_env/f9-17018.html MATLAB Profiler>.

15 years ago | 0

Answered
is microcontroller (P89v51RD2) programming is programming could be done using Matlab Embedded system toolbox ? Is this Matlab code can be converted into HEX File which can be burn into Microcontroller Chip?
<http://www.mathworks.com/products/matlab-coder/ MATLAB Coder> can be used to generate standalone C/C++ code from MATLAB code. N...

15 years ago | 0

Answered
Problem to import data from Excel to Matlab
On Windows machine, MATLAB opens Excel as a COM server to read data from Excel files. On other platforms, xlsread operates in wh...

15 years ago | 0

| accepted

Answered
building simulink
As stated on <http://www.mathworks.com/help/toolbox/simulink/ug/f11-69449.html#f11-41861 this page>: If you plan to generate co...

15 years ago | 0

Load more