Re: [Wien] octave problem, 2nd

2014-09-17 Thread Michael Sluydts
Hello John, You should be able to access the struct like an object in a typical programming language. s1.pos for positions s1.pos(1,:) for the first row s1.pos(:,1) for the first column s1.a(1) for the first lattice coordinate and such What you're seeing now is a referral to the entire objec

[Wien] octave problem, 2nd

2014-09-17 Thread John Rundgren
Dear Wien2k team, SRC_structeditor/doc/readme.txt shows on pages 1-2 how the octave statement >s1=loadstruct("GaAs.struct") generates all thinkable coordinates of the structure. But when I changed to Ubuntu14 the s1 coordinates remained invisible. From Gavin Abo I gratefully got a hint to writ