| Author |
Comment/Response |
Rajeev Vijay Kumar
|
09/16/04 4:31pm
Hi All,
I don't know if all are familiar with the "feval" statement in Matlab, which basically computes the value of a function at the specified values (or data points). Example feval(f,x(:,j))
will basically evaluate function f at all the values of rows of 'x' at the jth column.
Now is there any similar function in Mathematica which will perform the same function or is there any series of things I will have to write to accomplish this task.
Thank You,
Rajeev
URL: , |
|