Robert
Lummert Ingenieurdienste
Followers: 0 Following: 0
Feeds
提问
Get all used variable names from a script
As in the check "Check usage of restricted variable names" I want to check the names of variables used in a script, only against...
3 years 前 | 1 个回答 | 0
1
个回答已回答
What does the "Reference to non-existent field" error message mean?
The error message says that there is no field "T11" in (struct-) variable "Input". Set a breakpoint on the respective line and c...
What does the "Reference to non-existent field" error message mean?
The error message says that there is no field "T11" in (struct-) variable "Input". Set a breakpoint on the respective line and c...
4 years 前 | 0
已回答
Multiple text file read i Matlab
You might also use a direct loop on the result of using the 'dir' command, if the '*' placeholder is sufficient for your search....
Multiple text file read i Matlab
You might also use a direct loop on the result of using the 'dir' command, if the '*' placeholder is sufficient for your search....
4 years 前 | 0
已回答
How to retrieve the library block path once a block is created in Simulink?
At least in the serialised form of a model (a model file) there is no history of all the editing actions that have been applied ...
How to retrieve the library block path once a block is created in Simulink?
At least in the serialised form of a model (a model file) there is no history of all the editing actions that have been applied ...
4 years 前 | 0
已回答
Error in Integrator is not finite
Hi Mostafa, use a relational operator block along with an assertion block to check that your integrator input is always finite....
Error in Integrator is not finite
Hi Mostafa, use a relational operator block along with an assertion block to check that your integrator input is always finite....
6 years 前 | 0
已回答
Simulink - automatically hide the name of a new block?
If you have switched off "automatic" hide/display feature for all existing blocks, you can use set(find_system(get_param(bdro...
Simulink - automatically hide the name of a new block?
If you have switched off "automatic" hide/display feature for all existing blocks, you can use set(find_system(get_param(bdro...
6 years 前 | 0
已回答
Switch off auto mess-up of block name display
in order to be able to patronise all users into the "auto" name display feature, an extra parameter has been added, "HideAutomat...
Switch off auto mess-up of block name display
in order to be able to patronise all users into the "auto" name display feature, an extra parameter has been added, "HideAutomat...
6 years 前 | 0
| 已接受
提问
Switch off auto mess-up of block name display
Since some time Simulinks block display option has the "auto"-setting. To me it's absolutely useless, as we model following MAAB...
6 years 前 | 1 个回答 | 0
1
个回答已回答
How to implement Macro function in simulink.
You might define a custom header file on the "Simulation Target" tab of your model's parameters. Place a respective file in the ...
How to implement Macro function in simulink.
You might define a custom header file on the "Simulation Target" tab of your model's parameters. Place a respective file in the ...
6 years 前 | 1
已回答
Simulink block "Tags" - when i can find documentation on "practical" tags?
According to documentation the tag of a block is just some marker you might use yourself to identify one or more blocks in your ...
Simulink block "Tags" - when i can find documentation on "practical" tags?
According to documentation the tag of a block is just some marker you might use yourself to identify one or more blocks in your ...
6 years 前 | 0
提问
Block Mask Cripples Simulink.Parameter
I defined a block mask receiving a parameter that is required to be a Simulink.Parameter object. All is fine as long as I only u...
6 years 前 | 0 个回答 | 0
0
个回答提问
How can I set the diagram view offset
We have a script that normalises the appearance of Simulink models in accordance to our development rules. One part of it is to ...
6 years 前 | 0 个回答 | 0
0
个回答已回答
sine wave plot
aaa, What goes wrong: by multiplying time vector t by 2*pi*60 your discrete step size becomes 0.1*2*pi*60=37.6991. But you ne...
sine wave plot
aaa, What goes wrong: by multiplying time vector t by 2*pi*60 your discrete step size becomes 0.1*2*pi*60=37.6991. But you ne...
7 years 前 | 3
提问
Avoid "unnecessary data type conversion" warnings without switching of the respective diagnostics
I have a low pass filter library block using the "Conversion Inherited" block to maintain fixed point scaling. In some cases th...
7 years 前 | 0 个回答 | 2
0
个回答已回答
How to recognize Stateflow blocks using Simulink API (get_param)?
Sebastian already pointed out the most stable - if awkward - way, using the stateflow api search methods, though you have to be ...
How to recognize Stateflow blocks using Simulink API (get_param)?
Sebastian already pointed out the most stable - if awkward - way, using the stateflow api search methods, though you have to be ...
7 years 前 | 1
提问
What's the actual set of model parameters for a plain C ert target with no customisation?
I'm using R2016b. With another company we had some Excel sheet of parameters that was available at Mathworks, divided into a she...
7 years 前 | 0 个回答 | 0
0
个回答提问
Is it risky to use the system handles returned by load_system and open_system?
When using load_system or open_system to load a Simulink system from file, a handle is returned, and for all programmers that do...
7 years 前 | 0 个回答 | 0