gradient issue for matlab
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ABDULLA RAHIL
am 24 Apr. 2019
Kommentiert: ABDULLA RAHIL
am 24 Apr. 2019
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 24 Apr. 2019
If M is your matrix, have you tried imgradientxy()?
[gx, gy] = imgradientxy(M); % Requires Image Processing Toolbox.
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!