octave-maintainers
[Top][All Lists]
Advanced

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

Classdef test request under Matlab


From: Michael Goffioul
Subject: Classdef test request under Matlab
Date: Sat, 22 Feb 2014 23:19:21 -0500

Could someone test the following for me in Matlab?

Assume you have the following file clA.m in your path:

classdef clA
  methods
    function y = meth1 (this)
      y = 0;
    end
  end
end

Restart Matlab, I want to make sure clA.m hasn't been loaded into Matlab. Then create a handle to method meth1:

h = @meth1

Does Matlab accept that?

Michael.


reply via email to

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