Effacer les filtres
Effacer les filtres

how to calculate slope of each grid ?

2 vues (au cours des 30 derniers jours)
Pritha Pande
Pritha Pande le 30 Mai 2017
Commenté : Pritha Pande le 1 Juin 2017
i have 80*80 matrix. I wanted to write a code to find slope of every grid.
  4 commentaires
Jan
Jan le 30 Mai 2017
Then your professor might be so kind to define, which slope you should calculate. The slope in x and in y direction? The direction of the steepest descent? The vector orthogonal to the plane in each point? Imagine you have a balloon. What is the "slope" in each point?
Pritha Pande
Pritha Pande le 1 Juin 2017
Got the slope now. Anyways, thanks for the help.

Connectez-vous pour commenter.

Réponses (1)

Jan
Jan le 30 Mai 2017
Modifié(e) : Jan le 30 Mai 2017
[dx, dy] = gradient(X)
  2 commentaires
Pritha Pande
Pritha Pande le 30 Mai 2017
then slope would be dy/dx?
Jan
Jan le 30 Mai 2017
Did you read this already:
doc gradient
?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Descriptive Statistics dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by