Gradient computation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
x =90 91 92 93 94 95 96 97 98 99 100
y=54 55 54 54 57 57 63 56 57 56 56
am trying to compute the gradient of the above in matlab..any idea?
Comment on this Answer
0 comentarios
Respuesta aceptada
David Young
el 21 de En. de 2012
You could use gradient(y), provided that it's always the case that x increases linearly, as in your example.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Graph and Network Algorithms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!