help-octave
[Top][All Lists]
Advanced

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

clearing a structure member;


From: Levente Torok
Subject: clearing a structure member;
Date: Thu, 25 Sep 2008 22:19:01 +0200
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

On Thursday 25 September 2008, Levente Torok wrote:
 Hi all,
 
 Is there any way of removing a member from a structure?
 
 Eg.:
 
 a=1
 "clear a"
 clears a completely from the envirornment, however,
 
 a.a = 1;
 neither 
 a.a = [];
 nor
 clear a.a 
 deletes it.
 
 Does anybody know the right answer?
 
 Lev
 



-- 
Blogger of http://fapuma.blogspot.com


reply via email to

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