답변 있음
Rotationa to translation movement conversion - WITHOUT Simscape toolboxes
Doesn't it make sense to just connect the speed profile on the linear velocity source, and use a regular Simulink Gain block to ...

거의 6년 전 | 0

| 수락됨

답변 있음
How to give time in hours in simulink?
Can you set the sampling time of your model to 3600, such that it calculates once every hour?

거의 6년 전 | 0

답변 있음
strange and supicious behaviour of embedded coder for generated code optimization
Check your Embedded Coder Configuration Settings. You can for example try to check 'Inline invariant signals' and set the 'Defau...

거의 6년 전 | 0

답변 있음
Simulink simulation won't start on Raspberry Pi3 in External Mode
Do you have certain firewall settings possibly blocking the connection with the RPi? I have had this before that it seemed to b...

거의 6년 전 | 0

답변 있음
Simulink: is there a way to only run a block once a (non-zero) signal arrives to it?
Use an Enabled subsystem and use a 'Compare To Zero' block to feed the enable port. If you want the subsystem to only execute o...

거의 6년 전 | 0

| 수락됨

답변 있음
simulink model zoom in R2020
I am not using R2020, but the shortcut for it is 'space'.

거의 6년 전 | 0

| 수락됨

답변 있음
help, with code generation for TI C2000
Hi Carlos If the issue is just that some states and/or transitions you have programmed in Stateflow do not appear in the genera...

거의 6년 전 | 0

| 수락됨

질문


Toolbox to check Enumeration cast from uint16
Hi all I am running a simulation wherein I am using a Simulink Enumerated type. So I have defined a limited amount of enumerate...

거의 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to get a threshold in Simulink that works in both directions and that make an action once per passing
There are multiple ways to do it. I would do it like this. It might inspire you. The variable State should be initialised to 100...

거의 6년 전 | 0

질문


Change Simulink.Parameter ExportedGlobal from inside Simulink model
Dear all I am developing a controller model which I have put inside a Model Reference. I store all my Simulink.Parameter and Si...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Variant Subsystems control by Model Workspace variables?
You can create a Simulink.Variant variable and put it inside a Data Dictionary, and then link this Data Dictionary to the model....

거의 6년 전 | 0

답변 있음
Combine Simulink Signals with Different Data Types Without Using a Bus
A Bus serves the purpose of being able to combine signals with different data types. If you do not like the visual way of using ...

거의 6년 전 | 0

| 수락됨

답변 있음
what's a block of code and function block in simulink?
Use a triggered subsystem. Alternatively, you can also use a function-call subsystem.

거의 6년 전 | 0

답변 있음
Trouble understanding the Flip block in Simulink
When you are importing a data vector in your Simulink model, it reads the data vector one by one, sample by sample and executes ...

거의 6년 전 | 0

답변 있음
Integrator State Port: Why is its use restricted?
"This doesn't work as naively expected because the integrator reset occurs before the Triggered Subsystem can copy the result. S...

거의 6년 전 | 0

질문


What is a 'Code Dictionary'?
Hi all I want to add a reference of a data dictionary to another data dictionary, but I am getting the following error: ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why Do Some Blocks in the Discrecte Library Not Have a Sample Time Parameter?
The discrete blocks you mention inherit their sample time from the blocks they are connected to. The Difference block for exampl...

거의 6년 전 | 0

답변 있음
Simulink bug - adding a PID only to scope creates large fluctuations
Your solver settings change when you uncomment the PID(s). If you fix the solver to ode45 for example, the simulation runs ok. Y...

거의 6년 전 | 0

| 수락됨

질문


Change Simulink.Parameter inside Simulink model
Hi all I am using Simulink.Parameter objects stored inside a Data Dictionary to parameterize my model. They have a default valu...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can i remove data points from an array in simulink ?
If you have the code to perform it in MATLAB, you can use an embedded matlab function. Stateflow also seems like a good candida...

거의 6년 전 | 0

답변 있음
parsim workspace variables problem
Please see the question and answer here: https://nl.mathworks.com/matlabcentral/answers/446894-why-is-my-variable-undefined-when...

거의 6년 전 | 1

| 수락됨

답변 있음
Sine Wave display data
You can use the Clock block to get the execution time. Then use a comparison block, which compares the execution time with your ...

거의 6년 전 | 0

답변 있음
Simulink filtering of a table
Use a Direct Lookup Table with 5 dimensions.

거의 6년 전 | 0

답변 있음
Tapped delay function with varying size in Simulink
Hi Swati I have tested a few things and I don't think it is an easy problem to solve. I have personally never used the Tapped ...

거의 6년 전 | 0

| 수락됨

답변 있음
Is it possible to model synchronous machines merely with controlled sources, s-functions and R L C components?
You are looking to model the synchronous machine equivalent circuit. Look online for how the circuit looks and build the blocks....

거의 6년 전 | 0

답변 있음
How to export all the variables stored in .mat file into xls file
There are various options: more info here.

거의 6년 전 | 0

답변 있음
Simulink raise model output to 1.5 power
You need to use the Math block and select the 'pow' function. Alternatively, you can use the Fcn block and use u(1)^1.5 if you ...

거의 6년 전 | 0

답변 있음
The output value of discrete PID controller is NaN
Check the block 'Rotation Order: ZYX'. Does it work properly?

대략 6년 전 | 1

답변 있음
Code generation targets for referenced models
Are you thinking about a certain setting in the Configuration Parameters which may be in conflict? It is certain that both need...

대략 6년 전 | 0

| 수락됨

답변 있음
What is the difference between the "Build, Deploy & Start" and "Build" buttons from Embedded Coder?
Build means that MATLAB generates C-code from your Simulink model. Deploy means that the generated C-code is deployed (placed) ...

대략 6년 전 | 1

| 수락됨

더 보기