Community Profile

photo

Reid Spence

Last seen: 3 days 前 自 2021 起处于活动状态

统计数据

  • Knowledgeable Level 1
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
unable to modify Simulink model workspace variable through APP Designer codes when using Simscape-Mechanical blocks in Simulink model
Make sure the parameters you are trying to tune are set to run-time tunable About Simscape Run-Time Parameters - MATLAB & Simu...

2 months 前 | 1

| 已接受

已回答
define variable value in simulink model
It depends on what is meant by "the user can edit the variable value In the model". If you want the user to be able to directly ...

2 months 前 | 0

已回答
DIFFERENCE BETWEEN SIGNALS AND PARAMETERS
In Simulink there are two types of data: Signals: Represented by signal lines in the Simulink canvas, this type of data is exp...

2 months 前 | 0

已回答
how to run simulink simulation from matlab script
A prefered way to run a simulation from MATLAB is to use the SimulationInput object. simIn = Simulink.SimulationInput("Model_N...

2 months 前 | 2

已回答
parsim: Create SimulinkInput Object from currently open model with initial values
Hi Sebastian, If I understand correctly you have a lot of variables and inputs in the base workspace, some of these variables c...

3 years 前 | 0

| 已接受