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!