photo

Kushagra


Last seen: 2 years ago Active since 2013

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

3 Questions
5 Answers

Cody

0 Problems
23 Solutions

RANK
214,679
of 300,369

REPUTATION
0

CONTRIBUTIONS
3 Questions
5 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
20,727
of 168,436

CONTRIBUTIONS
0 Problems
23 Solutions

SCORE
250

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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....

12 years ago | 0

Answered
Matlab Unit Testing Framework supporting Simulink?
You can use Simulink Design Verifier to generate test cases for simulink models

12 years ago | 0

Question


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...

12 years ago | 1 answer | 0

1

answer

Answered
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...

12 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer

Question


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...

13 years ago | 2 answers | 0

2

answers