Community Profile

photo

David van der Lijn


Last seen: 8 months ago Active since 2023

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

Statistics

  • Solver
  • First Review

View badges

Content Feed

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

9 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:...

9 months ago