Feeds
질문
Why does my Simulink model take so long to run?
I am working with a large but new-to-me Simulink model in MatLab 2017A. This model takes over 26 minutes to run, which makes it...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Possible bug in Negating a Boolean Input to a Stateflow
I am building a model in 2017A, and spent a few days hunting down what I thought was a logic bug in my code, but now looks like ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Find Library links which could not be resolved
Whenever I open a large model, I get a warning that a linked model can only be found in a case-insensitive match. I don't recog...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to disable warning for Stateflow action language
I am working on a script which temporarily adds content to a Simulink model, builds the model, then removes the new content. I ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
M-script to determine if user has administrator rights
I am seeing an issue where my script crashes for some users on some machines, because that user does not have administrative rig...
8년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
How to search all parameters of all blocks in a model
I just found an answer to my own question: "find_system('RegExp', 'on', 'BlockDialogParams', '{my data type}')" finds any Sim...
How to search all parameters of all blocks in a model
I just found an answer to my own question: "find_system('RegExp', 'on', 'BlockDialogParams', '{my data type}')" finds any Sim...
8년 초과 전 | 0
| 수락됨
질문
How to search all parameters of all blocks in a model
I need my script to find all of the references to a particular data type within a Simulink model. I understand how I could find...
8년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
I have just downloaded an updated fixed-license file. How do I activate it?
MathWorks confirmed that my "Activate Software" procedure actually was working. The problems is that the new software license f...
I have just downloaded an updated fixed-license file. How do I activate it?
MathWorks confirmed that my "Activate Software" procedure actually was working. The problems is that the new software license f...
9년 초과 전 | 1
질문
I have just downloaded an updated fixed-license file. How do I activate it?
I recently started to get a message whenever starting MatLab, saying my license will expire in ## days (initially 60 days, decre...
9년 초과 전 | 답변 수: 3 | 0
3
답변질문
Is it possible to use a ConnectionCallback without an External Script?
I would like to enable a callback function for a port connection change, in a block within a blockset I am developing for severa...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
How can a Script Read a resolved Data Type String?
I need to have my m-script read the data types of several blocks and labeled signals in a Simulink model, immediately after the ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Determine if script will crash due to Read-Only model workspace
I have a script which can be called either from a block's mask parameters being changed, or from the same block's "copyfcn" call...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Using just the Get of a GetSet signal (or at least supressing the Set initialization)
I have some code which worked in MatLab 2008b, defining mpt.Signal objects for my Simulink model's inputs and then auto-coding m...
12년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Find name of MPT signal of input line
Unfortunately, that only finds lines which are manually named with the signal name. I need to find where the signal goes from t...
Find name of MPT signal of input line
Unfortunately, that only finds lines which are manually named with the signal name. I need to find where the signal goes from t...
12년 초과 전 | 0
질문
Find name of MPT signal of input line
I have a large Simulink model which includes many signals associated with mpt.Signal objects in the base workspace (so that thes...
12년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Programatically test-run a model before RTW build
I had been trying to figure out when it was done compiling and pause until that time. But then I saw the edits in TAB's first a...
Programatically test-run a model before RTW build
I had been trying to figure out when it was done compiling and pause until that time. But then I saw the edits in TAB's first a...
거의 13년 전 | 0
답변 있음
Programatically test-run a model before RTW build
Thank you both for your answers! I think I can now more clearly define the problem I am having with my model. If I type in my ...
Programatically test-run a model before RTW build
Thank you both for your answers! I think I can now more clearly define the problem I am having with my model. If I type in my ...
거의 13년 전 | 0
질문
Programatically test-run a model before RTW build
I am working on a script which sets up a few interfaces in a model and then builds it. Normally before running this script, I r...
거의 13년 전 | 답변 수: 5 | 0
5
답변질문
Mask dialog box too small, adds verticle scrollbars
This is a small display issue, but it is annoying. I am developing a custom blockset, using masked subsystems for some of the b...
대략 13년 전 | 답변 수: 1 | 0