gophertype/pvt-www/_builtin/js/ace-1.4.8/demo/kitchen-sink/docs/matlab.matlab

17 lines
203 B
Plaintext
Raw Normal View History

2020-02-18 05:21:34 +00:00
%{
%{
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'