photo

Camba


The University of Sheffield

Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
218,056
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Help modeling system with two switches
I am having trouble to model a system. Can anyone help? I have two enumerations say {left,none,right} (switches s1 and s2) W...

9 years ago | 0 answers | 0

0

answers

Question


How to change an input variable?
I have a block that represents a button (right now it is just a constant block - when it is 1 it is ON and when it is 0 it is O...

9 years ago | 0 answers | 0

0

answers

Answered
How to add Inputs/Outputs to Stateflow by code
Problem solved. I did it by getting a handle to a state or chart. For example: ch = sfgco; data = Stateflow.Data(ch); dat...

9 years ago | 0

| accepted

Question


How to add Inputs/Outputs to Stateflow by code
I want to add an input to a Stateflow chart by code. The way to do it without code is to go to tools/model explorer, click th...

9 years ago | 1 answer | 0

1

answer

Question


How can I make a transition when a variable does not change its value?
I have a stateflow chart that has a signal from a signal builder block as its input. I want to have a transition between two sta...

9 years ago | 2 answers | 0

2

answers