Community Profile

photo

Hera


Stanford University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Undesired behaviour of bsxfun with user defined function
main.m X = ones(5,9); XHat = zeros(5,9); fhandle = @(x, xhat) x - xhat; DiffMatrix1 = arrayfun(fhandle, ...

11 years ago | 1 answer | 0

1

answer