Distance walked 3D - MATLAB Cody - MATLAB Central

Problem 117. Distance walked 3D

Difficulty:Rate

suppose you go from x-y-z coordinates [3,4,2] to [0,0,2] to [0,1,2] to [1,1,2], to [1,1,20] then you walked 25 units of distance. If input xyz =[3 4 2; 0 0 2; 0 1 2; 1 1 2; 1 1 20] then output w=25.

Solution Stats

59.63% Correct | 40.37% Incorrect
Last Solution submitted on Feb 27, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers283

Suggested Problems

More from this Author100

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page