gradient issue for matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Image Analyst
2019년 4월 24일
If M is your matrix, have you tried imgradientxy()?
[gx, gy] = imgradientxy(M); % Requires Image Processing Toolbox.
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!