已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 1

已回答
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...

10 years 前 | 1

已回答
"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...

10 years 前 | 0

已回答
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...

10 years 前 | 2

已回答
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...

10 years 前 | 1

| 已接受

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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: <...

10 years 前 | 0

已回答
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...

10 years 前 | 1

| 已接受