Community Profile

Daniel Weida

MathWorks

Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


High Voltage DC Cable
A high voltage DC cable is modelled as lumped elements in Simscape language.

meer dan 7 jaar ago | 6 downloads |

Thumbnail

Submitted


Ball-Tracking deployed to Raspberry Pi and Arduino
Distributed Ball-Tracking deployed to Raspberry Pi and Arduino

meer dan 7 jaar ago | 4 downloads |

Thumbnail

Solved


Add two numbers
Given a and b, return the sum a+b in c.

bijna 8 jaar ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

bijna 8 jaar 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 ...

ongeveer 8 jaar ago

Solved


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

bijna 9 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

bijna 9 jaar 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...

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

bijna 9 jaar ago

Solved


Rotate counterclockwise a matrix 90 deg with left-bottom element
Example: Input [ 1 2 3 4 5 6 ] Output [ 3 6 2 5 1 4 ]

ongeveer 9 jaar ago