Sunday, April 11, 2010

what is myfunc in the Matlab exercise

Dear students,

In the homework video I suggested you to consider two examples, which you can use for myfunc:

Example1. phi(Ax): You can create an arbitrary matrix A and choose some arbitrary function phi of several variables, like x1*sin(x2+x3)

Example2. phi(f(x)): Create your own arbitrary function of several variables f(x) and function of one variable phi(x)

Michael