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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 0

| aceptada

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 1

| aceptada

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

alrededor de 15 años hace | 1

| aceptada

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 3

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

alrededor de 15 años hace | 1

| aceptada

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

| aceptada

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 1

| aceptada

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

| aceptada

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 1

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

alrededor de 15 años hace | 1

| aceptada

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

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

alrededor de 15 años hace | 0

| aceptada

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

alrededor de 15 años hace | 0

Cargar más