corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/script-kiddie/002_script_kiddie/script-kiddie/node_modules/ace-builds/demo/kitchen-sink/docs/matlab.matlab
@@ -0,0 +1,17 @@
%{
%{
Ace Matlab demo
%}
%}
 
classdef hello
methods
function greet(this)
disp('Hello!') % say hi
end
end
end
 
% transpose
a = [ 'x''y', "x\n\
y", 1' ]' + 2'