There are two types of problem I need to solve, we have a function of two variables f(x,y): one is x, y are vector with same length, how to evaluate function at each (x_i,y_i). In first dimension, it is simply f(x). How to achieve this in two dimension.
The other is evaluate values for each point of the mesh formed by x and y i.e., evaluate at each point (x_i,y_j) for every (i,j)
.*, ./, .^
, etc.) on both inputs? The same applies for a grid of values. - rayryeng