Gradient is zero yet exists
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gavin Seddon
el 6 de Sept. de 2017
Editada: John D'Errico
el 13 de Sept. de 2017
Hello gradient (140,150), the answer is 0, but it exIhere is my error please? Also, is diff for calculating the derivative? GS.
0 comentarios
Respuesta aceptada
Stephen23
el 6 de Sept. de 2017
Why would you expect
>> gradient(140,150)
ans = 0
to be non-zero? You are asking for the gradient at one point... to be honest I am surprised that it does not return NaN. Did you read the gradient documentation to know what the two arguments are for?
Perhaps you really wanted to do this:
>> gradient([140,150])
ans =
10 10
"Also, is diff for calculating the derivative?"
Did you read the diff documentation? It answers your question, right on the very first line.
6 comentarios
Stephen23
el 13 de Sept. de 2017
@John D'Errico: while we should clearly acquiesce to Messrs Simon and Garfunkel's authority on the subject of hammers vs. nails, how do spades fit into this? It leaves us with some small conundrums to resolve: is the relationship between spades, hammers, and nails associative and/or commutative? Can this be generalized to all tools? Who can write the simplest vectorized code for this?
John D'Errico
el 13 de Sept. de 2017
Editada: John D'Errico
el 13 de Sept. de 2017
I think I need next to visit Scarborough Fair. They have a large library there, wherein I can do the necessary research. For example, are spades lesser or greater than nails? I think what matters is if some sort of transitivity relation exists in this matter.
Más respuestas (0)
Ver también
Categorías
Más información sobre Aerospace Applications 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!