octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with properties()


From: Nicholas Jankowski
Subject: Re: Help with properties()
Date: Fri, 22 Feb 2019 14:22:15 -0500



On Fri, Feb 22, 2019 at 2:07 PM Rik <address@hidden> wrote:
Can someone provide some more on the classdef implementation by placing the
following code in a file testprop.m


>> x = testprop
Error using testprop
Error: File: testprop.m Line: 4 Column: 9
A property or event may not use the same name as the name of the class (testprop).
 
>> properties (x)
Undefined function or variable 'x'. 

reply via email to

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