Community Profile

photo

David


TU Delft

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Aircraft design and engineering

Statistics

All
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Attempting to model a "roller coaster" with curved rails and friction-based pad braking system
Hi Kenneth, I'm looking for a joint/constraint that enables motion along a curve as well. Since we know that the prismatic jo...

10 years ago | 0

Question


How to avoid kinematic singularities in a 3D externally loaded and actuated SimMechanics model?
In an attempt to model multiple independently actuated kinematic systems in SimMechanics (2nd gen, Matlab 2014a), I fail to simu...

10 years ago | 1 answer | 0

1

answer

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

10 years 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 ...

10 years 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 years ago