Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

diff and use value

Status
Not open for further replies.

eauebb

Aerospace
Joined
Sep 13, 2006
Messages
7
Location
AU
Hello,

I doubt if I can use the result from the command 'diff' to calculate in the next step.

Say, I have a function F(x,y,a,b,h). I first 'sym' them and let F be the function. I then let f = diff(F,x), for example. I just then let a,b,x,y,h have some values. Unfortunately I cannot use 'f' to calculate for the result since it is a string varible containing result from diff.

Is there any way to use the result from diff as another function that I can plug in numbers?

Thank you for you kind help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top