Sha256: 4f996db51643db3fd5c18157872e8f9f6ac5108c97496cb1471498b88ee09307
Contents?: true
Size: 354 Bytes
Versions: 9
Compression:
Stored size: 354 Bytes
Contents
% This example calls the three mex functions defined in this folder. As you % can see, you call them just like you would normal MATLAB functions. x = magic(3) y = 2*magic(3) [out1, out2] = example_mex_function(x,y, 12345) z = example_mex_callback(x, @(a)a+a) input = {} input.val = 2 input.stuff = 'some string' output = example_mex_struct(input)
Version data entries
9 entries across 9 versions & 1 rubygems