Menu

#565 No function call in a.b(arg) with a.b a funcptr.

open
nobody
None
5
2014-08-17
2012-07-10
Doug Morgan
No

In matlab:
a.b = @cos
a.b(2.0) returns cos(2.0)
In FreeMat-4.2-beta.exe returns:
Error: index is out of bounds

Discussion


Log in to post a comment.