<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
On 2012-06-21 19:40, Lucy Kiruri wrote:<br>
<blockquote
cite="mid:CANNdBkTOB_ApyoH6z2jYd8Z=KM+0txpcSxOPkiW9YPu4f7J-Jw@mail.gmail.com"
type="cite">
<div>
<pre>3) s = loadstruct(Pb.struct)</pre>
</div>
</blockquote>
<br>
This is the wrong approach as it doesn't take "Pb.struct" as a
string/filename but as a variable.<br>
<br>
<blockquote
cite="mid:CANNdBkTOB_ApyoH6z2jYd8Z=KM+0txpcSxOPkiW9YPu4f7J-Jw@mail.gmail.com"
type="cite">
<div>
<pre>I also tried s=loadstruct("Pb2.struct")</pre>
</div>
</blockquote>
<br>
This is the correct approach (BTW: why do you have "Pb.struct"
above, and "Pb2.struct" here?).<br>
<br>
<blockquote
cite="mid:CANNdBkTOB_ApyoH6z2jYd8Z=KM+0txpcSxOPkiW9YPu4f7J-Jw@mail.gmail.com"
type="cite">
<div>
<pre>But this gave me the <a moz-do-not-send="true" title="Powered by Text-Enhance" id="_GPLITA_0" href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2010-August/013550.html#">error message</a>:
octave:3> s = loadstruct("Pb2.struct")
error: `strcmp' undefined near line 18 column 11
error: if: error evaluating conditional expression
error: evaluating if command near line 18, column 7
error: called from `loadstruct' in file
`/home5/slomski/build/SRC_structeditor/bin/loadstruct.m'
error: evaluating assignment expression near line 3, column 3</pre>
</div>
</blockquote>
<br>
To me, this doesn't seem like a problem in the struct file (yet).
Rather, it's a problem in the octave code (the function strcmp is
not found).<br>
What version of octave do you have (if not a recent one, please
update; Google suggests that there have been some problems with and
changes to the strcmp function over time)?<br>
What does `help strcmp` give when run from within octave?<br>
<br>
HTH<br>
Stefan<br>
<br>
<div class="moz-signature">-- <br>
<pre style="margin: inherit;">Stefan Löffler Institute of Solid State Physics
Vienna University of Technology T: +43 1 58801-13815
Wiedner Hauptstraße 8-10 / A-1040 Wien F: +43 1 58801-13899
<a href="http://tinyurl.com/njcu47">http://tinyurl.com/njcu47</a> DVR: 0005886
</pre>
</div>
</body>
</html>