Sha256: 57d71bae188559224238724f9f1ea971fb192cb5b9146926bad1471a7f344770

Contents?: true

Size: 262 Bytes

Versions: 4

Compression:

Stored size: 262 Bytes

Contents

% This example calls the two 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)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dlib-1.0.3 ext/dlib-18.13/dlib/matlab/example.m
dlib-1.0.2 ext/dlib-18.13/dlib/matlab/example.m
dlib-1.0.1 ext/dlib-18.13/dlib/matlab/example.m
dlib-1.0.0 ext/dlib-18.13/dlib/matlab/example.m