Initial commit

This commit is contained in:
2017-09-19 11:58:36 +02:00
commit 557bbb0eae
66 changed files with 12510 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
function ver = mcaversion()
%MCAVERSION - get version info
% ver = mcaversion()
%
% returns the mca version as a string
%ver = mca(-1);
ver = mocha('version');