Welcome to mirror list, hosted at ThFree Co, Russian Federation.

matlab-function « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 897a9b13ff41326c233d0fa02d3c67db02f57c79 (plain)
1
2
3
4
function y = RIGHT()
x = 5;
y = ChangeMe + x;
end