Byron Piper
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
204,686
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Simulink ADD block keeps returning 255
So I have two inputs 'Pre-State' and 'Pre-Status'. The values going into the ADD block are '1' and '0' respectively, yet for som...
2 years ago | 1 answer | 0
1
answerQuestion
Pausing Simulink Model programmatically not working
I'm trying to pause my simulation using this line of code: set_param(app.model,'SimulationCommand','pause') However for so...
2 years ago | 1 answer | 0
1
answerQuestion
Update App GUI with Simulink data in real-time
Essentially I have a value within a MATLAB function which is updated each interval of my Simulink model. I would like to access ...
2 years ago | 1 answer | 0
1
answerQuestion
Sending data from App Designer to Simulink Model
For example, I have a switch on my app which when I set to 'On' it then sets a variable in my model to '1'. How do I do this? I...
2 years ago | 1 answer | 0
1
answerQuestion
App Designer - "is already defined as a property"
In the properties section of my App Designer code I'm trying to create an array of zeros using the 'zeros()' method and then set...
2 years ago | 1 answer | 0
1
answerQuestion
App Designer - Adding two variables halts process
I have a timer which ticks every 0.5s. It calls a function which adds two numbers, the sum of which is assigned to one of those ...
2 years ago | 1 answer | 0