Simple calculations?
15 ビュー (過去 30 日間)
表示 古いコメント
I would like to find dn1/dn2 in matlab and I have two vectors n1 and n2.
How can I find dn1/dn2 the simplest way? Are there any inbuilt functions for these kind of calculations?
0 件のコメント
採用された回答
その他の回答 (3 件)
Jan
2011 年 5 月 20 日
Do you want to calculate the derivative of one vector according to the other? Do you expect the result to be a matrix? Or are you looking for the GRADIENT command?
0 件のコメント
Adetunji
2012 年 1 月 19 日
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?
0 件のコメント
Jackelin Estrada
2020 年 9 月 5 日
D= 9 6/12 + 7×5^3+2
2 件のコメント
Steven Lord
2020 年 9 月 6 日
It's not clear to me how this relates to the original question. Please post this (with a lot more information about what you're trying to do) as its own question, not as an answer on an existing question.
参考
カテゴリ
Find more on Logical in Help Center and File Exchange
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!