how to implement cartesian coordinates
Ältere Kommentare anzeigen
I have a image
which consists of cartesian coordinates,plz tell how to implement these coordinates,which function must be used
Kindly help
3 Kommentare
Walter Roberson
am 29 Mär. 2013
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
am 29 Mär. 2013
kash
am 29 Mär. 2013
Antworten (1)
Walter Roberson
am 29 Mär. 2013
0 Stimmen
Use the symbolic toolbox function diff()
5 Kommentare
kash
am 29 Mär. 2013
kash
am 29 Mär. 2013
Walter Roberson
am 29 Mär. 2013
8 is correct. f = x^3, and 2^3 is 8.
kash
am 3 Apr. 2013
Walter Roberson
am 3 Apr. 2013
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.
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!