photo

nivedita


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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); normDu = sqrt(ux.^2+uy.^2+1e-10); Nx = ux./norm...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 10 años hace | 2 respuestas | 0

2

respuestas