photo

Kushagra


Last seen: 거의 2년 전 2013년부터 활동

Followers: 0   Following: 0

메시지

I use matlab to develop control system models specific to automotive domain

통계

All
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
when to use bdclose versus close_system
close_system cannot close system(or a simulink model) if it has unsaved changes. However, bdclose closes system unconditionally....

대략 11년 전 | 0

답변 있음
Matlab Unit Testing Framework supporting Simulink?
You can use Simulink Design Verifier to generate test cases for simulink models

대략 11년 전 | 0

질문


Accessing elements of Structure
I have a structure which contains various arrays. I want to directly access a particular element of an array. My structure is a...

대략 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to speed up the simulation?
For speeding up simulation, you can use accelerator and rapid accelerator mode. For details, refer to below webinar: https://ww...

11년 초과 전 | 0

답변 있음
How to generate new line instead of \n, when using c printf in Stateflow
try char(10)

거의 12년 전 | 0

답변 있음
Writing value to Workspace and taking that value from workspace to be used in another model part
You can either use enabled subsystems as suggested by Kaustubha or you can put both the subsystems in the model and take the fin...

거의 12년 전 | 0

질문


Can model variants be switched while model is running (simulating)?
Is is possible to switch the model which is being referred by model referencing block with variants enabled by changing the valu...

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

1

답변

질문


How can I access the value of signals at the time of stopping the simulation.
I want to update the initial values of signals(Simulink.Signal) to the values that these signals hold at the time of stopping th...

대략 12년 전 | 답변 수: 2 | 0

2

답변