Statistics
RANK
9.437
of 260.029
REPUTATION
2
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
6 of 17.884
REPUTATION
50.523
AVERAGE RATING
4.50
CONTRIBUTIONS
40 Files
DOWNLOADS
1661
ALL TIME DOWNLOADS
494953
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Units for Time in Simulink
It is not seconds, it's an "unit of time" that you can relate to time units how you want, depending on your application. See als...
8 meses ago | 0
How do I properly substitute rlRepresentation with rlValueRepresentation, rlQValueRepresentation, rlDeterministicActorRepresentation, and rlStochasticActorRepresentation?
The table in this page might help.
11 meses ago | 0
Submitted
Money Flow - Library and Examples
Calculate money flow in and out of bank accounts, optimize taxes, and plan your retirement using Simulink
más de 1 año ago | 1 download |
Submitted
dfield8
Interactive app to study a given first order ODE
más de 1 año ago | 68 downloads |
Submitted
Essential Calculus Lectures with MATLAB
Using the Live Editor and the Symbolic Math Toolbox to teach calculus concepts
alrededor de 3 años ago | 24 downloads |
Submitted
Soft Real Time
Generate a real-time executable for Windows or Linux
alrededor de 5 años ago | 11 downloads |
Submitted
What is the best way to implement my algorithm in Simulink ?
Eight ways to implement an Extended Kalman Filter as a Simulink block
más de 5 años ago | 9 downloads |

Submitted
Device Drivers
Developing Simulink Device Driver Blocks: Step-By-Step Guide and Examples
casi 6 años ago | 135 downloads |

Submitted
Legacy MATLAB and Simulink Support for Arduino: Slides and Examples
Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB".
casi 6 años ago | 23 downloads |

Submitted
Legacy MATLAB and Simulink Support for Arduino
MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board
alrededor de 6 años ago | 1111 downloads |

Submitted
Simulink Initialization and Scheduling
Simulink initialization and sequential block execution examples
más de 6 años ago | 2 downloads |
Solved
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
casi 7 años ago
Solved
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
casi 7 años ago
Solved
Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...
casi 7 años ago
Solved
Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>
casi 7 años ago
Solved
Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...
casi 7 años ago
Solved
Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...
casi 7 años ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 8 años ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 8 años ago
Solved
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
más de 8 años ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor de 9 años ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 9 años ago