Solved


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

mer än 7 år ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

mer än 7 år ago

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

mer än 7 år ago

Solved


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

mer än 7 år 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:...

mer än 7 år ago

Submitted


Using MATLAB for Bearing Fault Analysis
Ball Bearings can have several faults, which result in different signals. This program shows this.

nästan 8 år ago | 24 downloads |

Thumbnail

Submitted


Pause a long MATLAB run with a simple click.
A simple way to pause a long simulation, to check progress, without expensive breakpoints or checks

nästan 8 år ago | 5 downloads |

Thumbnail

Solved


Compute the step response of a DC motor
Compute the step response of a DC motor shown below <<http://blogs.mathworks.com/images/seth/cody/dc-motor.png>> The param...

mer än 8 år ago

Solved


Model a simple pendulum
Model a simple pendulum of length 200cm with bob of mass 100g and plot the position in degrees. The pendulum starts at 30 degree...

mer än 8 år ago

Solved


Produce a Fibonacci sequence
Construct a diagram that generates the Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34.....up to 377 The Fibonacci sequ...

mer än 8 år ago

Solved


Make a low pass filter
Make a first order low pass filter that will filter out the high frequency oscillations for the given input signal. The cut-off ...

mer än 8 år ago

Solved


Model a falling body
An object is falling freely from a height of 22 meters under the force of gravity. <<http://blogs.mathworks.com/images/seth/c...

mer än 8 år ago

Solved


Model a mass spring system
Model an ideal mass-spring system shown below where the spring is initially stretched. <<http://blogs.mathworks.com/images/se...

mer än 8 år ago

Solved


Counting pulses in a signal
Count the number of pulses that are the result of summing each pulse generator block. Pulse Generator blocks produce a recurr...

mer än 8 år ago

Solved


Add damping to a mass spring system
Model an ideal mass-spring-damper system shown below where the spring is initially stretched. <<http://blogs.mathworks.com/im...

mer än 8 år ago

Solved


Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...

mer än 8 år 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...

mer än 8 år ago

Solved


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

mer än 8 år 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...

mer än 8 år 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...

mer än 8 år ago

Solved


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

mer än 8 år 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...

mer än 8 år ago

Submitted


Designing a controller for an Inverted Pendulum - hebrew
Designing a controller for an Inverted Pendulum - hebrew

ungefär 10 år ago | 2 downloads |

Thumbnail

Submitted


Using Simscape for design of Multi-Domain Physical Systems
Using Simscape for design of Multi-Domain Physical Systems

ungefär 10 år ago | 1 download |

Thumbnail

Submitted


Using SimMechanics for designing and testing Mechanical Systems
A Presentation and demos for using Simulink, SolidWorks and SimMechanics.

ungefär 10 år ago | 3 downloads |

Thumbnail

Submitted


Using Model-Predicite Control - Presentation and Recording - Hebrew
Using Model-Predictive Control (MPC) for Control Design

ungefär 10 år ago | 1 download |

Thumbnail

Submitted


Converting Dataset Simulation results to Excel Spreadsheet
Two simple functions that convert a Dataset parameter, containing Simulink Simulation data, to excel

nästan 11 år ago | 6 downloads |

Thumbnail

Submitted


Comparing different methods to solve an Inverted Pendulum problem
A simple reporting tool that shows how you can model an inverted pendulum in a few methods.

ungefär 11 år ago | 3 downloads |

Thumbnail

Submitted


Reporting tools in the MATLAB and Simulink Environment
This submission shows how you can export your results from MATLAB, via different reports.

ungefär 11 år ago | 2 downloads |

Thumbnail

Submitted


Reporting tools in the MATLAB and Simulink Environment
Three ways to report your results to someone who doesn't use MATLAB.

ungefär 11 år ago | 2 downloads |

Thumbnail

Load more