Hello gradient (140,150), the answer is 0, but it exIhere is my error please? Also, is diff for calculating the derivative? GS.

 採用された回答

Stephen23
Stephen23 2017 年 9 月 6 日

0 投票

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 件のコメント

Gavin Seddon
Gavin Seddon 2017 年 9 月 7 日
Hello and thank you, this compares the difference. It does not take into account the Y Change? Is it best to use dIff?
GS.
Stephen23
Stephen23 2017 年 9 月 7 日
"Is it best to use dIff?"
Different tools do different things. Is a hammer better than a spade?
Gavin Seddon
Gavin Seddon 2017 年 9 月 13 日
Hello yes dIff(function) worked.
John D'Errico
John D'Errico 2017 年 9 月 13 日
編集済み: John D'Errico 2017 年 9 月 13 日
Hmm. "Is a hammer better than a spade?" After a great deal of careful thought, I can only ascertain that some fellows named Art G. and Paul S. have told us that I'd rather be a hammer than a nail. Perhaps more research is necessary on my part. Time to revisit some more music that many of those reading this comment will not even recognize. ;-)
Stephen23
Stephen23 2017 年 9 月 13 日
@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
John D'Errico 2017 年 9 月 13 日
編集済み: John D'Errico 2017 年 9 月 13 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePerformance and Memory についてさらに検索

質問済み:

2017 年 9 月 6 日

編集済み:

2017 年 9 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by