Wednesday, 7 August 2013

How to decipher matlab function syntax ambiguity

How to decipher matlab function syntax ambiguity

I cannot find this syntax anywhere
y = @(beta, x)x*bet
where x is some vector or matrix lets say. Is @ used to reference another
function so you can have more than one externally visiuble function in the
same .m file? Sorry I'm new to matlab but can't find this in the
documentation

No comments:

Post a Comment