Vehicle-Anti-Theft-Face-Rec.../venv/Lib/site-packages/scipy/io/matlab/tests/afunc.m

4 lines
66 B
Matlab

function [a, b] = afunc(c, d)
% A function
a = c + 1;
b = d + 10;