Respondida
Obtaining simulation results
AFAIK, simulation of Simulink models is not supported in compiled applications. See <http://www.mathworks.com/matlabcentral/answ...

alrededor de 15 años hace | 0

Respondida
Using array of strings in TLC files
Try: %assign names = ["Jane", "John", "Jeff"] myFunction(%<names[1]>, 100) Although it's not clear what you want to do wit...

alrededor de 15 años hace | 2

| aceptada

Respondida
phased array system tool box and xilinx blockset
I'm not very familiar with all the functionality that is available with the System Generator blockset (Xilinx support might be a...

alrededor de 15 años hace | 0

Respondida
Problem building C++ code from a neural network Simulink model
You can replace the MATLAB Fcn block with a corresponding Simulink library blocks-based implementation that imitates <http://www...

alrededor de 15 años hace | 0

| aceptada

Respondida
How to return multiple parameters from Matlab to a Java program
AFAIK, the first argument that you pass into the method is the expected number of output arguments. So all you need to do is cha...

alrededor de 15 años hace | 0

| aceptada

Respondida
matlab database
Are you using a JDBC driver? If you do not have a username and password, it is likely that your database uses Windows authentica...

alrededor de 15 años hace | 0

Respondida
Simulink Real Time Workshop Generated Code Missing Include Files
You can use the packNGo function to find all dependencies and package them for you. See <http://www.mathworks.com/help/toolbox/r...

alrededor de 15 años hace | 0

| aceptada

Respondida
Help me understand this warning message
See <http://www.mathworks.com/support/solutions/en/data/1-16V6S/?solution=1-16V6S What are algebraic loops in Simulink and how d...

alrededor de 15 años hace | 0

Respondida
Setting variable values in workspace for simulating model in command window.
It looks like #1 has already been answered on your previous question: http://www.mathworks.com/matlabcentral/answers/11069-simul...

alrededor de 15 años hace | 0

Respondida
Some Calling Problem ...dunno what is the problem
It looks like the error occurred in scattering_xsection itself (not in RF_Model2), so make sure that you assign the output varia...

alrededor de 15 años hace | 0

Respondida
strfind in simulink and stateflow
Do you mean that you expect V=10000, but you actually get V=1? I don't know what you've done differently, but after changing you...

alrededor de 15 años hace | 1

Respondida
Using EDA Simulator Link with Simulink to Import HDL Files to Model
Do you use ModelSim for the HDL simulation? The best way to do this would be to use EDA Simulator Link - the only way around it ...

alrededor de 15 años hace | 0

| aceptada

Respondida
Error using load and program hangs
Do you have a custom startup.m file in the MATLAB installation that you used to compile with MATLAB Builder JA? To locate it, ty...

alrededor de 15 años hace | 0

Respondida
set deploytool for compile activex
Do you mean you want to create COM components from MATLAB code? If yes, you need <http://www.mathworks.com/products/netbuilder/?...

alrededor de 15 años hace | 0

Respondida
Running Matlab script from Excel
See <http://www.mathworks.com/help/techdoc/matlab_external/f135590.html Examples of a MATLAB Automation Server>

alrededor de 15 años hace | 0

Respondida
MEX problem with mxGetData
Here, prhs[1] is a cell array, so you need to use <http://www.mathworks.com/help/techdoc/apiref/mxgetcell.html mxGetCell> to acc...

alrededor de 15 años hace | 1

Respondida
use Extrinsic function in Embedded Matlab Function of Simulink
The Embedded MATLAB Function block only allows inputs/outputs of numeric types - TriScatteredInterp is not a supported type. ...

alrededor de 15 años hace | 1

| aceptada

Respondida
Ajax interface to Google Scholar html
I found a submission on File Exchange that access Google Scholar: http://www.mathworks.com/matlabcentral/fileexchange/9710-h-ind...

alrededor de 15 años hace | 0

Respondida
Displaying a user-defined library in the simulink library browser
Have you added My Documents/<myusername>/MatLab/PackNTxLib to the MATLAB path? Once you have done that, run: which -all sl...

alrededor de 15 años hace | 0

| aceptada

Respondida
Model optimization using SIMULINK
I've not done this before, but it looks what you need is <http://www.mathworks.com/products/sl-design-optimization/index.html Si...

alrededor de 15 años hace | 1

| aceptada

Respondida
Problem with updating model parameters dynamically..
You can use work vectors to store previous value(s) of the outputs and use that to update the next value (you don't need to phys...

alrededor de 15 años hace | 0

| aceptada

Respondida
Matlab and Simulink, the same?
Simulink needs an additional license. What do you see when you type: >> ver Also try >> [TF errmsg] = license('checkout...

alrededor de 15 años hace | 0

| aceptada

Respondida
Share ActiveX control between GUIDE and S-Function
You could potentially use the block's UserData to share data between the block and another function. See the example on <http://...

alrededor de 15 años hace | 0

| aceptada

Respondida
How to call .dll document in RTW
According to <http://www.mathworks.com/help/toolbox/rtwin/ug/f7929.html this page> in the Real-Time Windows Target (RTWT) docume...

alrededor de 15 años hace | 0

Respondida
setting deploytool
You need to compile as a "Windows Standalone Application" to suppress the DOS window.

alrededor de 15 años hace | 0

Respondida
"not a valid win32 application
A similar problem was discussed in a <http://www.mathworks.com/matlabcentral/answers/6473-trouble-connecting-to-dll-file-from-ma...

alrededor de 15 años hace | 0

Respondida
Code generation
Perhaps you are attempting to run this code in MATLAB? coder.ceval only applies during code generation. You may need to modify y...

alrededor de 15 años hace | 0

Respondida
How can I get a non-UNC path with the tempfile function?
You may need to map the directory to a drive as well as set your $TEMP environment variable accordingly (you will need to restar...

alrededor de 15 años hace | 0

| aceptada

Respondida
Can we get Battery laptop indicator in simulink??
There is no direct way to do this, but you could use an API function provided by the operating system and call it from an S-func...

alrededor de 15 años hace | 1

| aceptada

Respondida
Saving to TXT from standalone executable
Are you including the data file (to read from) under "Other/Additional files" in DEPLOYTOOL? This will package the file in the C...

alrededor de 15 años hace | 0

Cargar más