gradient issue for matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi
I am trying to use the gradient function to have dq/dv and dv /dq . The martix has one direction is q and one is v but without titles for each one. My matrix size is 47 rows and 2 column.
0 commentaires
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 24 Avr 2019
If M is your matrix, have you tried imgradientxy()?
[gx, gy] = imgradientxy(M); % Requires Image Processing Toolbox.
0 commentaires
Voir également
Catégories
En savoir plus sur MRI 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!