laywerrobot/lib/python3.6/site-packages/scipy/io/matlab/tests/afunc.m

5 lines
66 B
Mathematica
Raw Normal View History

2020-08-27 21:55:39 +02:00
function [a, b] = afunc(c, d)
% A function
a = c + 1;
b = d + 10;