Community Profile

photo

Divya Pawar


Last seen: 2 years ago Active since 2021

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


How to differentiate a noise signal.
I am doing a project of analyzing influence of tire damping using a full car state-space model with random road input. To analyz...

2 years ago | 1 answer | 0

1

answer

Solved


Distance walked 2D
Suppose you go from x-y coordinates [3,4] to [0,0] to [0,1] to [1,1], then you walked 7 units of distance.

2 years ago

Solved


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

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

2 years ago