How to move set of points diagonally ?

3 vues (au cours des 30 derniers jours)
yogesh jain
yogesh jain le 26 Déc 2015
Réponse apportée : dpb le 26 Déc 2015
Hello all , I have a 3D matrix (of a particular dimension). we can move points in either x or y or z directions by adding some constants but how to move the points in diagonal direction (in planes , say x-y plane) ? thank you

Réponse acceptée

dpb
dpb le 26 Déc 2015
Add the offset to both (or all 3) coordinates...
x(i+di;j+dj,k+dk)=x(i,j,k)

Plus de réponses (0)

Catégories

En savoir plus sur Operating on Diagonal Matrices 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