A particle is moving in space, such that it's velocity is given by:

write a function that calculates velocity based on position (x) and time(t)
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers154
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2092 Solvers
-
Basics: 'Find the eigenvalues of given matrix
438 Solvers
-
Find out missing number from a vector of 9 elements
321 Solvers
-
Finding an element in a vector
203 Solvers
-
Sum the squares of numbers from 1 to n
259 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The image is not visible
The particle is moving according to a sinusoid with an amplitude of 32, a period proportional to x, and a vertical shift proportional to 1.2*t. It is not possible to guess without the image.