답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

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

대략 15년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

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

대략 15년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 1

답변 있음
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년 전 | 0

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

대략 15년 전 | 1

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

대략 15년 전 | 0

답변 있음
.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년 전 | 0

답변 있음
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년 전 | 1

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

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

대략 15년 전 | 0

답변 있음
Opening default browser
web('http://www.mathworks.com', '-browser')

대략 15년 전 | 8

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 2

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

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

대략 15년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 1

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

더 보기