how to implement cartesian coordinates
古いコメントを表示
I have a image
which consists of cartesian coordinates,plz tell how to implement these coordinates,which function must be used
Kindly help
3 件のコメント
Walter Roberson
2013 年 3 月 29 日
What is the context for that? It does not appear to be general Cartesian coordinates: it appears to be the expression in Cartesian coordinates of something like a wave function or a rotation.
kash
2013 年 3 月 29 日
kash
2013 年 3 月 29 日
回答 (1 件)
Walter Roberson
2013 年 3 月 29 日
0 投票
Use the symbolic toolbox function diff()
5 件のコメント
kash
2013 年 3 月 29 日
kash
2013 年 3 月 29 日
Walter Roberson
2013 年 3 月 29 日
8 is correct. f = x^3, and 2^3 is 8.
kash
2013 年 4 月 3 日
Walter Roberson
2013 年 4 月 3 日
No, the answer for a=subs(f,[x],2) should be 8. Calculating diff(f) makes no difference to the value you find by substituting something into f.
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!