octave-maintainers
[Top][All Lists]
Advanced

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

return type of surfc for MatlabR2008a or later


From: David Bateman
Subject: return type of surfc for MatlabR2008a or later
Date: Fri, 29 Aug 2008 18:16:52 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

MatlabR2008a added a hold lot of additional group graphic objects like line, surface series, etc. Unfortunately, I only have access to MatlabR2007b at the moment and so don't know what exactly surfc returns.. Could someone out there with R2008a run

h = surfc(peaks())
a1 = get (h,'type')
a2 = get(h,'children')
a3 = cellfun(@(x) get(x,'type'), get(h,'children'),'UniformOutput', false)
save surfctest.mat a1 a2 a3

and send the output.

Thanks
David

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



reply via email to

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