Beantwortet
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 ...

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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/...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 15 Jahre vor | 1

| akzeptiert

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 3

Beantwortet
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...

etwa 15 Jahre vor | 1

| akzeptiert

Beantwortet
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 ...

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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 (...

etwa 15 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

| akzeptiert

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

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 1

Beantwortet
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...

etwa 15 Jahre vor | 1

Beantwortet
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...

etwa 15 Jahre vor | 1

| akzeptiert

Beantwortet
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>.

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

Beantwortet
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...

etwa 15 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 15 Jahre vor | 0

Mehr laden