Stephen Eltinge
Followers: 0 Following: 0
MathWorks developer working on Simulink.
Statistics
0 Questions
4 Answers
RANK
6,118
of 295,467
REPUTATION
8
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
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
I receive an error when adding a delay block in for loop block
Hi Matthew, Fangjun is correct in the comments above. Be careful not to confuse two different concepts: the timesteps of the to...
2 years ago | 0
| accepted
How to set a constraint to limit rate of change of output in s function
Hi aditya, To write an S-Function block that recalls its previous output, please look into adding a discrete state to the S-Fun...
2 years ago | 0
simulink arrays blocks implementation for f0 sine signal , shft values, length=1000, "y=f0(shft)" need to implement this logic
Hi anil, It looks to me like you want to generate a sine wave signal for use in a Simulink model. Please see the instructions f...
2 years ago | 0
interpn return error inside of a Simulink function
Hi olbond, The MATLAB Function block only supports the subset of MATLAB language features that are compatible with C/C++ code g...
2 years ago | 0
| accepted