Answered
Player compilation in with Mex
If playerc++ is a 32-bit binary, you cannot load it from 64-bit MATLAB MEX Functions. You could either install <http://www.mathw...

15 years ago | 0

Answered
Code reuse between several Embedded Matlab Function
I think you just need to define the function with the %#eml (%#codegen starting in R2011a) directive, and place it somewhere on ...

15 years ago | 0

| accepted

Answered
database connection in matlab
The <http://www.mathworks.com/products/database/ Database Toolbox> allows you to interface MATLAB with ODBC/JDBC compatible data...

15 years ago | 0

| accepted

Answered
Matlab v7 not compatible with FITDIST Function ? Anybody Knows???
FITDIST does not seem to have existed in MATLAB 7.3 (R2006b), but there is an interactive tool called DFITTOOL that helps with D...

15 years ago | 0

Answered
how to invoke java program from matlab
The syntax that you are using is used to invoke the Java interpreter from the system shell. You need to compile your code into a...

15 years ago | 0

Answered
Ghostscript error -1, status -100 in saveas
This seems related to <http://www.mathworks.com/support/bugreports/454985 Bug#454985>.

15 years ago | 0

Answered
Buffer error message.
The <http://www.mathworks.com/help/toolbox/dsp/ref/buffer.html Buffer> block from the DSP System Toolbox (Signal Processing Bloc...

15 years ago | 0

Answered
How do I create a desktop shortcut using a customized icon for a standalone executable?
See Technical Solution #1-324E1D: <http://www.mathworks.com/support/solutions/en/data/1-324E1D/index.html How do I associate a c...

15 years ago | 0

Answered
Using data struct in Simulink Embedded Matlab function
You can work with structures in an (Embedded) MATLAB Function block using buses. See <http://www.mathworks.com/help/toolbox/simu...

15 years ago | 1

Answered
Simulink Coder
N-Delay doesn't sound like a Simulink Library block. Did you mean the <http://www.mathworks.com/help/toolbox/simulink/slref/inte...

15 years ago | 0

Answered
mex setup
From a preliminary web search, it seems like you may have special characters in your PATH environment variable, like & or (, tha...

15 years ago | 1

Answered
Unable to activate R2011a on Linux Mint 64-bit
Please contact Mathworks Installation and Licensing support for help with installation/activation problems.

15 years ago | 0

Answered
.F file needs to be preprocessed to generate .for equivalent
I don't have much experience with FORTRAN and hence don't know anything about '!DEC$ ATTRIBUTES DLLEXPORT::'. However, it loo...

15 years ago | 0

Answered
Error in c# connecting between matlab and C#
It looks like the inputs that you are providing are causing a "vertcat CAT arguments dimensions are not consistent" error from M...

15 years ago | 1

Answered
Command for opening dialog: Block Properties -> Callbacks
I don't know if there is a way to open up the Callbacks tab, but you can directly set/get callbacks using (s|g)et_param. See: ht...

15 years ago | 0

Answered
i need a help to call pre trained neural network from Java
This issue seems related to the one reported on http://www.mathworks.com/matlabcentral/answers/2420-loading-mat-file-problem. ...

15 years ago | 0

Answered
Feeding DATA from MATLAB to JavaScript function
Yes, it is possible to start MATLAB as a COM server from your web application. Here is an example that uses VBScript: http://www...

15 years ago | 0

Answered
Variable function names in Simulink
You could try entering something like: feval(SimControllers{ControllerRun},u(1))

15 years ago | 0

Answered
Opening default browser
web('http://www.mathworks.com', '-browser')

15 years ago | 8

Answered
Trouble publishing to a Word Doc
The PUBLISH command attempts to start up Word as a COM server to perform the operation, so I think the real problem here is that...

15 years ago | 0

Answered
Time delay
What is the solver step-size that you have selected for your model? The Unit Delay block delays the input by one sample period -...

15 years ago | 0

Answered
exporting double using export
EXPORT is meant to export variables that are of type 'dataset'. For double variables, you can simply use <http://www.mathworks.c...

15 years ago | 2

| accepted

Answered
Loadlibrary problems with const object
If you are using 64-bit MATLAB, you must ensure that you are loading a 64-bit DLL. From the names of your files: atmcd64d.dll an...

15 years ago | 0

Answered
Can anybody guide me, from where in India can I learn Matlab for Optimization porpose ? Especially in the area of Genetic Algorithum
Here are just some ideas: # You could sign up for the <http://www.mathworks.com/services/training/elearning/courses/MLOP_3.ht...

15 years ago | 0

| accepted

Answered
MATLAB Files default application
<http://www.mathworks.com/support/solutions/en/data/1-4B54MI/index.html Solution# 1-4B54MI> might be of help.

15 years ago | 0

Answered
How to find the overall function block diagram
Sorry, I don't know much about this area, but I think <http://www.mathworks.com/products/simcontrol/ Simulink Control Design> mi...

15 years ago | 0

Answered
Connecting ECU (MPC555) with Embedded Target for Motorola MPC555
If you plan to get the latest release of MATLAB and Simulink (R2011a), you will need to get the <http://www.mathworks.com/produc...

15 years ago | 0

Answered
Synthesis tool not integrated to MATLAB
It doesn't look like Xilinx ISE 12.3 is officially supported (see http://www.mathworks.com/help/toolbox/slhdlcoder/bsv_x0g.html)...

15 years ago | 1

| accepted

Answered
Doubt in Simulink
The DC Voltage Source block needs a "physical signal" to be connected to it. I think you might be able to use the <http://www.ma...

15 years ago | 0

Answered
Trouble connecting to dll file from MATLAB
I just noticed that you the error you see is "not a valid win32 application - so it seems like MATLAB might be a 32-bit installa...

15 years ago | 0

| accepted

Load more