10 lines
227 B
Matlab
Executable file
10 lines
227 B
Matlab
Executable file
function foo = bar(a, b, c)
|
|
|
|
% This is a variable
|
|
avariables = 0;
|
|
|
|
% =============================================================
|
|
% This is a Matlab comment
|
|
% =============================================================
|
|
|
|
end
|