Community Profile

photo

nivedita


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


can please someone tell me what logic is used for contour function which takes input as a matrix ..how contour is plotted basically ..which pixel it takes for contour..is it like changing intensity of matrix or what ?
Can please someone tell me what logic is used for contour function which takes input as a matrix ? .how contour is plotted ba...

10 years ago | 0 answers | 0

0

answers

Question


can anyone please explain me this code ..exactly whats happening here while computing curvature ?
function k = curvature_central(u) % compute curvature [ux,uy] = gradient(u); ...

10 years ago | 0 answers | 0

0

answers

Question


Could anyone please explain this matlab code...?
function g = NeumannBoundCond(f) [nrow,ncol] = size(f); g = f; g([1 nrow],[1 ncol]) = g([3 nrow-2],[3 ncol-2]); g...

10 years ago | 2 answers | 0

2

answers