Finding out the gradient for a set of points in three dimensional coordinates.

1 vue (au cours des 30 derniers jours)
Pratik Pandya
Pratik Pandya le 29 Jan 2019
Hi ,
i am trying to find the value of velocity for a three dimensional set of points (X,Y,Z) , I have already found out he distances between the set of consecutive values and the points are in three dimensional coordinates.
I have the value of time as well between the consecutive set of points.Have a look on to the set of values in excel sheet attached.
Any help.Quiver plots are not helping me out showing errors.

Réponses (1)

Harshita Gupta
Harshita Gupta le 8 Fév 2019
In order to calculate the velocity given set of 3D points and time stored in an excel sheet, please follow the steps below :
  • Read excel sheet using function " xlsread".
  • Calculate euclidean distance using "norm".
  • Calculate velocity.

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by