xalourengos
Computer
- Nov 18, 2006
- 2
I am new to matlab...I type this:
syms x y
f = sym('f(x,y)=x*y^2')
so i have f(x,y)=x*y^2 and i want to calculate f(1,1) and many other values for many caples of x,y...What is the command for calculating f(1,1)..f(2,3)....?
syms x y
f = sym('f(x,y)=x*y^2')
so i have f(x,y)=x*y^2 and i want to calculate f(1,1) and many other values for many caples of x,y...What is the command for calculating f(1,1)..f(2,3)....?