Feeds
提问
Where can I find the JMAAB guideline Version 5.1
I'm having trouble with some Model Advisor checks (for example mathworks.jmaab.jc_0655) which reference JMAAB guideline Version ...
5 years 前 | 1 个回答 | 3
1
个回答已回答
Simulink closes when I try to add the library model
I've generated the same error while I was editing a custom library block. I'd edit the block then try to put it in a model, wit...
Simulink closes when I try to add the library model
I've generated the same error while I was editing a custom library block. I'd edit the block then try to put it in a model, wit...
5 years 前 | 0
提问
Where can I find the R2018b Update 1 installer?
Where can I find the R2018b Update 1 installer? The Release notes show that Update 1 has some bug fixes And apparently there ...
6 years 前 | 2 个回答 | 1
2
个回答已回答
UnsupportedOperationException: The first invocation of this method cannot be on the MATLAB thread.
Not sure if this will fix it, but check out <https://www.mathworks.com/support/bugreports/1688960 this bug> and install the late...
UnsupportedOperationException: The first invocation of this method cannot be on the MATLAB thread.
Not sure if this will fix it, but check out <https://www.mathworks.com/support/bugreports/1688960 this bug> and install the late...
6 years 前 | 2
| 已接受
提问
Satisfying hisl_0002: Ensuring input to rem & reciprocal are nonzero
Hi! I have a couple of reciprocal blocks which are getting flagged by a model advisor check (mathworks.hism.hisl_0002). The...
6 years 前 | 0 个回答 | 0
0
个回答提问
Model Advisor changes/problems migrating from R2017b to R2018b
I'm migrating from R2017b to R2018b and, I noticed a couple of changes with Model Advisor: *First*, the tree of available che...
6 years 前 | 0 个回答 | 2
0
个回答已回答
How to put anti wind up (integrator clamping) for PI in simulink
The PID controller uses the Saturation block. If you don't want a Saturation block, or if your max and min are dynamic, you nee...
How to put anti wind up (integrator clamping) for PI in simulink
The PID controller uses the Saturation block. If you don't want a Saturation block, or if your max and min are dynamic, you nee...
6 years 前 | 0
提问
What is the default numeric type for stateflow charts with the action language set to C?
Model Advisor (R2017b & 2018a) flags this stateflow chart transition with mathworks.iec61508.hisf_0015 <</matlabcentral/answe...
6 years 前 | 0 个回答 | 0
0
个回答提问
Programmatically open ModelExplorer with a data dictionary entry selected?
A custom library block I am working with has a simulink.bus coming out of an enabled subsystem. I want to initialize the bus dat...
6 years 前 | 1 个回答 | 0
1
个回答提问
Can a block mask 'radio button' or 'pop-up' parameter be used as a chart parameter of enumerated type?
Enum sets are great: they give you a pre-defined list of choices. Radio buttons and popup lists are great, too - they do the sa...
6 years 前 | 1 个回答 | 1
1
个回答提问
Iterating s-function parameters with a For-Each subsystem
I am attempting to use an S-function inside a For-Each subsystem. The S-function block has 4 S-function parameters, and I want ...
6 years 前 | 1 个回答 | 0
1
个回答已回答
How to solve error :Operands to the || and && operators must be convertible to logical scalar values.
These produce logical arrays. m>a m>b You might be looking for the all() function, which will produce a single logic...
How to solve error :Operands to the || and && operators must be convertible to logical scalar values.
These produce logical arrays. m>a m>b You might be looking for the all() function, which will produce a single logic...
6 years 前 | 1
已回答
How to mix two sound of different channel?
It's that you're trying to add 1-dimensional and 2-dimensional matrix, but look at your dimensions for y1 and y. y1 (and thus, S...
How to mix two sound of different channel?
It's that you're trying to add 1-dimensional and 2-dimensional matrix, but look at your dimensions for y1 and y. y1 (and thus, S...
7 years 前 | 0
已回答
how can i find the slope for every six rows of my data
Your formula will depend on what kind of answer you want, but I think simple math operators will do most of the work for you. ...
how can i find the slope for every six rows of my data
Your formula will depend on what kind of answer you want, but I think simple math operators will do most of the work for you. ...
7 years 前 | 0
提问
java NullPointerException with R2017b when closing simulink project
I need help tracking down the source of a java error that appears in R2017b, but not in R2016b. Closing a Simulink project w...
7 years 前 | 0 个回答 | 0
0
个回答已回答
MATLAB hangs on function call from Windows system prompt
Mathworks support personnel have been helpful, and indicated this issue is being addressed in a future release (hopefully R2018a...
MATLAB hangs on function call from Windows system prompt
Mathworks support personnel have been helpful, and indicated this issue is being addressed in a future release (hopefully R2018a...
7 years 前 | 0
| 已接受
提问
MATLAB hangs on function call from Windows system prompt
In R2017b, I want to verify installation of a toolbox with <https://www.mathworks.com/help/matlab/ref/matlab.addons.installedadd...
7 years 前 | 1 个回答 | 0
1
个回答已回答
How to recognize Stateflow blocks using Simulink API (get_param)?
To expand on <https://www.mathworks.com/matlabcentral/answers/156628-how-to-recognize-stateflow-blocks-using-simulink-api-get_pa...
How to recognize Stateflow blocks using Simulink API (get_param)?
To expand on <https://www.mathworks.com/matlabcentral/answers/156628-how-to-recognize-stateflow-blocks-using-simulink-api-get_pa...
7 years 前 | 4
已回答
How to programmatically access (and edit) bus elements
I wanted to throw a brief update out there about what I ended up with. Thanks to Shivang Menon @ mathworks for some technical s...
How to programmatically access (and edit) bus elements
I wanted to throw a brief update out there about what I ended up with. Thanks to Shivang Menon @ mathworks for some technical s...
8 years 前 | 4
| 已接受
提问
How to programmatically access (and edit) bus elements
My project has a restriction that bus elements need to be all lowercase. The architecture has bus objects stored in data dicti...
8 years 前 | 3 个回答 | 3