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

más de 15 años hace | 0

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

más de 15 años hace | 0

| aceptada

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

más de 15 años hace | 0

| aceptada

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 1

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

más de 15 años hace | 0

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

más de 15 años hace | 1

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 1

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 8

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 2

| aceptada

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

más de 15 años hace | 0

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

más de 15 años hace | 0

| aceptada

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 0

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

más de 15 años hace | 1

| aceptada

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

más de 15 años hace | 0

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

más de 15 años hace | 0

| aceptada

Cargar más