octave-maintainers
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Re: Another request for classdef test in Matlab
From
:
Michael Goffioul
Subject
:
Re: Another request for classdef test in Matlab
Date
:
Sat, 5 Jan 2013 16:23:24 -0500
Last test request. With the following class:
classdef ClassA
properties
x = 1;
end
methods
function obj = ClassA (x)
if nargin > 0
obj.x = x;
end
end
end
end
Execute the following at the prompt:
a(2,2) = ClassA(2)
b = a
c = a(1,1)
c.x = 3
a(1,1).x, b(1,1).x, c.x
a(1,1).x = 4
a(1,1).x, b(1,1).x, c.x
Michael.
reply via email to
[
Prev in Thread
]
Current Thread
[
Next in Thread
]
Re: Another request for classdef test in Matlab
,
(continued)
Re: Another request for classdef test in Matlab
,
Ben Abbott
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Philip Nienhuis
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Ben Abbott
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Ben Abbott
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Philip Nienhuis
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Michael D. Godfrey
,
2013/01/04
Re: Another request for classdef test in Matlab
,
Philip Nienhuis
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Michael Goffioul
<=
Re: Another request for classdef test in Matlab
,
Michael D. Godfrey
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Philip Nienhuis
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Michael D. Godfrey
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/05
Message not available
Re: Another request for classdef test in Matlab
,
Michael Goffioul
,
2013/01/05
Re: Another request for classdef test in Matlab
,
Philip Nienhuis
,
2013/01/06
Re: Another request for classdef test in Matlab
,
Philip Nienhuis
,
2013/01/05
Prev by Date:
Re: Octave 3.6.4-rc1 release candidate available for ftp
Next by Date:
Re: munge-texi.pl
Previous by thread:
Re: Another request for classdef test in Matlab
Next by thread:
Re: Another request for classdef test in Matlab
Index(es):
Date
Thread