octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does Matlab accept this syntax?


From: Michael Goffioul
Subject: Does Matlab accept this syntax?
Date: Wed, 22 Jan 2014 20:58:32 -0500

Using these 2 files:

@clA/clA.m:
classdef clA
  methods
    idx = end (this, k, n);
  end
end

@clA/end.m:
function y = end (this, k, n)
  y = 1;
end

reply via email to

[Prev in Thread] Current Thread [Next in Thread]