Sha256: ec5076ec57f6dfc1b1b99a7a5e4f573059dd1c8e9aac1b073c1667eb17e0960b
Contents?: true
Size: 469 Bytes
Versions: 19
Compression:
Stored size: 469 Bytes
Contents
function zz=sample(aa) %%%%%%%%%%%%%%%%%% % some comments %%%%%%%%%%%%%%%%%% x = 'a string'; % some 'ticks' in a comment y = 'a string with ''interal'' quotes'; for i=1:20 disp(i); end a = rand(30); b = rand(30); c = a .* b ./ a \ (b .* a + b - a); c = a' * b'; % note: these ticks are for transpose, not quotes. disp('a comment symbol, %, in a string'); !echo abc % this isn't a comment - it's passed to system command function y=myfunc(x) y = exp(x);
Version data entries
19 entries across 19 versions & 2 rubygems