Statistics
순위
9,437
of 260,202
평판
2
참여
0 질문
3 답변
답변 채택
0.00%
획득한 표
1
순위
22,481
of 111,713
참여
0 문제
12 해답
점수
130
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
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달 전 | 0
How do I properly substitute rlRepresentation with rlValueRepresentation, rlQValueRepresentation, rlDeterministicActorRepresentation, and rlStochasticActorRepresentation?
The table in this page might help.
11달 전 | 0
제출됨
Money Flow - Library and Examples
Calculate money flow in and out of bank accounts, optimize taxes, and plan your retirement using Simulink
1년 이상 전 | 다운로드 수: 1 |
제출됨
Essential Calculus Lectures with MATLAB
Using the Live Editor and the Symbolic Math Toolbox to teach calculus concepts
약 3년 전 | 다운로드 수: 15 |
제출됨
What is the best way to implement my algorithm in Simulink ?
Eight ways to implement an Extended Kalman Filter as a Simulink block
5년 이상 전 | 다운로드 수: 8 |

제출됨
Device Drivers
Developing Simulink Device Driver Blocks: Step-By-Step Guide and Examples
6년 이하 전 | 다운로드 수: 127 |

제출됨
Legacy MATLAB and Simulink Support for Arduino: Slides and Examples
Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB".
6년 이하 전 | 다운로드 수: 23 |

제출됨
Legacy MATLAB and Simulink Support for Arduino
MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board
약 6년 전 | 다운로드 수: 1041 |

제출됨
Simulink Initialization and Scheduling
Simulink initialization and sequential block execution examples
6년 이상 전 | 다운로드 수: 2 |
해결됨
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
7년 이하 전
해결됨
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...
7년 이하 전
해결됨
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...
7년 이하 전
해결됨
Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>
7년 이하 전
해결됨
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...
7년 이하 전
해결됨
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...
7년 이하 전
해결됨
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 ...
9년 이하 전
해결됨
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...
9년 이하 전
해결됨
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 ...
9년 이하 전
해결됨
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
약 9년 전
해결됨
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:...
약 9년 전