Respondida
How to create "Protected Model" from a model, which uses " a noninlined S-functions "?
As you have already found, it is not possible to create a protected model which uses noninlined S-functions. There are two alter...

alrededor de 9 años hace | 0

Respondida
Use of Events and temporal logic in the Generated code
In the generated code, Events will be a Boolean type if the trigger type is set to "Either Edge". If the Event output type i...

alrededor de 9 años hace | 1

Respondida
Why does the eig function return different values in a Simulink 'MATLAB Function' block versus the MatLab command line?
Since the MATLAB Function Block uses code generation, the same limitations and notes apply. For code generation, these notes fou...

alrededor de 9 años hace | 1

Respondida
"verify hardware selection" in fixed-point advisor
You can select Device vendor "Generic" and Device type "Custom" and then continue to use the Fixed-Point Advisor. Alternative...

alrededor de 9 años hace | 0

Respondida
Double to fixpoint conversion of Sum and Discrete transfer function block
It is best practice to insert a ZOH block after the input port to the model as it will convert an input signal with continuous s...

alrededor de 9 años hace | 2

Respondida
Deployed audioplayer object(function) does not work on the target machine due to failure in loading intervaltimer.dll
I believe this issue is the same as described in this bug report: <http://www.mathworks.com/support/bugreports/1205811> The w...

alrededor de 9 años hace | 1

| aceptada

Respondida
What is the best way to solve 3 equations and 3 unknowns
I am not able to reproduce the same behavior because I am not sure what the specific constants are in your equations. However, a...

alrededor de 9 años hace | 0

Respondida
How to use inputdlg with plotting a bouncing ball?
There are some syntax errors in the second version of your code. For example, delX = (-0.94)*str2num({4}); should instea...

alrededor de 9 años hace | 0

Respondida
How can I implement recursion in code-generated Simulink models?
As you are aware, recursion is not supported for Simulink Code Generation. An alternative algorithm design for this recursive di...

alrededor de 9 años hace | 0

Respondida
Why function "care" doesn't work when used in function that is called from Simulink?
Only a subset of MATLAB functions support C/C++ code generation. An alphabetical list of supported functions is located here: <...

más de 9 años hace | 0

Respondida
Compiled standalone matlab executable fails at math; what am I doing wrong?
When you use the MATLAB Compiler, the input argument type will strings. Loren talks a little more about this here <http://blo...

más de 9 años hace | 1

| aceptada