Community Profile

photo

Stephen Eltinge

Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

MathWorks developer working on Simulink.

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

1 year ago | 0

| accepted

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

| accepted