octave-maintainers
[Top][All Lists]
Advanced

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

sort fieldnames of a struct when transposed?


From: Thorsten Meyer
Subject: sort fieldnames of a struct when transposed?
Date: Tue, 23 Jun 2009 12:00:31 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hi,

is it intentional (maybe a compatibility feature?), that the fieldnames of a
struct (array) are sorted, when it is transposed with ' or .'?

e.g.:
        x=struct(cellstr(char(floor(rand(1000,10)*24+65))){:})
        x=x'

thanks

Thorsten



reply via email to

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