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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

| akzeptiert

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

etwa 15 Jahre vor | 0

| akzeptiert

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 8

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 2

| akzeptiert

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

| akzeptiert

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 1

| akzeptiert

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 0

| akzeptiert

Mehr laden