Community Profile

photo

David van der Lijn


Last seen: 9 months ago Active since 2023

Followers: 0   Following: 0

Message

Studied Systems & Controls at TUDelft.
Working with MATLAB since 2006

Statistics

  • Solver
  • First Review

View badges

Feeds

View by

Solved


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

10 months 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:...

10 months ago