<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnu.octave.general">
    <title>gmane.comp.gnu.octave.general</title>
    <link>http://blog.gmane.org/gmane.comp.gnu.octave.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41681"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41680"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41679"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41677"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41676"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41675"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41674"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41673"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41672"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41671"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41670"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41689">
    <title>Re: Problem installing packages</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41689</link>
    <description>&lt;pre&gt;The below is from the install dialog box.  It appears to be installing
correctly, but when the installation is complete, the icon next to the
install/remove check box still shows the arrows and not the gears.

Connecting
Downloading file
Moved to
http://downloads.sourceforge.net/project/octave/Octave%20Forge%20Packages/R2009-06-07/combinatorics-1.0.9.tar.gz?download=
Downloading file
Moved to
http://iweb.dl.sourceforge.net/project/octave/Octave%20Forge%20Packages/R2009-06-07/combinatorics-1.0.9.tar.gz
Connecting
Download finished
Connecting
Downloading file
Moved to
http://downloads.sourceforge.net/project/octave/Octave%20Forge%20Packages/R2009-05-08/xraylib-1.0.8.tar.gz?download=
Downloading file
Moved to
http://softlayer.dl.sourceforge.net/project/octave/Octave%20Forge%20Packages/R2009-05-08/xraylib-1.0.8.tar.gz
Connecting
Download finished
Installing Combinatorics...
Installing Xraylib...
Process finished



--
View this message in context: http://octave.1599824.n4.nabble.com/Problem-installing-packages-tp4586874p4630127.html
Sent from the Octave - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>ramack</dc:creator>
    <dc:date>2012-05-24T14:40:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41688">
    <title>Re: Extracting matrix rows that meet a condition</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41688</link>
    <description>&lt;pre&gt;
I guess the reason is this: In many of your 3-element rows there are more than one value meeting your condition. Example:

...
0.1 0.2 6
0.1 7 8
...

In the first row you get two values meeting your condition and the function "find" gives two entries with the same index i...

Try this after using find to eliminate the repeated i-entries: 

i = unique(i);
&lt;/pre&gt;</description>
    <dc:creator>Ismael Diego Nunez-Riboni</dc:creator>
    <dc:date>2012-05-24T13:09:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41687">
    <title>Lomb-Scargle variant</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41687</link>
    <description>&lt;pre&gt;I have been following Ben_Zen's blog and thought I'd point him to this variant of LB-SCGL:

Hi Ben,

Thought I'd pass this along, a variant of Lomb-Scargle, by M.Zechmeister at the Max-Planck Institute.  The downloadable .pdf can be found here:

http://arxiv.org/abs/0901.2573

it's also sprinkled around the web if you search on his name,

On another site that I have lost track of, but have partially printed off, he offers to give away the source code.  His email is listed as zechmeister&amp;lt; at &amp;gt;mpia.de, assuming it hasn't changed...He seems very willing to help with implementations of it...

He makes these claims for it:

"The Lomb-Scargle periodogram is a common tool in the frequency analysis of unequally spaced data equivalent to least-squares fitting of sine waves. We give an analytic solution for the generalisation to a full sine wave fit, including an offset and weights ($\chi^{2}$ fitting). Compared to the Lomb-Scargle periodogram, the generalisation is superior as it provides more accurate frequencies, is less susceptible to aliasing, and gives a much better determination of the spectral intensity. Only a few modifications are required for the computation and the computational effort is similar. Our approach brings together several related methods that can be found in the literature, viz. the date-compensated discrete Fourier transform, the floating-mean periodogram, and the "spectral significance" estimator used in the SigSpec program, for which we point out some equivalences."

Hope that's helpful,
Regards,
Mark Lytle
Houston
_______________________________________________
Help-octave mailing list
Help-octave&amp;lt; at &amp;gt;octave.org
https://mailman.cae.wisc.edu/listinfo/help-octave
&lt;/pre&gt;</description>
    <dc:creator>Mark Lytle</dc:creator>
    <dc:date>2012-05-24T13:06:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41686">
    <title>Re: GSoC: Student blogs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41686</link>
    <description>&lt;pre&gt;Richard,

Please keep the list in CC

On 23 May 2012, at 19:44, richard wrote:


Your code, as you described it, sounded like a good candidate for a 
"vectorization quiz". Search the mailing list archives for previous examples, in some sense, 
"vectorization quizzes" are a sort of "game" we some times like to play among 
Octave programmers to test our abilities.

Code vectorization can some times improve execution speed by orders of magnitude
and, even when it does not lead to dramatic optimization, many Octave programmers
find vectorized code easier to read and more "elegant".


no need to show the full code, a stripped down example is often good enough
to try and check how much improvement you can get from vectorization.


this particular example looks like it can probably be reduced to a one-liner I'll give it a try later,
but it would be more interesting if you could propose something closer to the "real thing".


Of course the JIT is a great improvement, which has been in great demand for quite a long time
among Octave users, I also am looking forward with great excitement at the outcome of this project.


I don't see your point here, what do you mean by "manipulating manually"?

c.
&lt;/pre&gt;</description>
    <dc:creator>c.</dc:creator>
    <dc:date>2012-05-24T11:41:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41685">
    <title>Re: GSoC: Student blogs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41685</link>
    <description>&lt;pre&gt;
It still remains to be seen what sort of speedup JIT compilation will
give us on real code, hopefully it will help in your case.


Thank you!

Max Brister
&lt;/pre&gt;</description>
    <dc:creator>Max Brister</dc:creator>
    <dc:date>2012-05-24T04:03:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41684">
    <title>Re: Windows-1-1.0.tar.gz</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41684</link>
    <description>&lt;pre&gt;Thanks Philip. I'll give the java package a try.

________________________________
From: Philip Nienhuis [via Octave] &amp;lt;ml-node+s1599824n4630118h45&amp;lt; at &amp;gt;n4.nabble.com&amp;gt;
To: Robert Tupper
Sent: Wed May 23 18:13:29 2012
Subject: Re: Windows-1-1.0.tar.gz

Rtupper wrote
I'm running GNU Octave, version 3.6.1 on Cygwin on Windows 7 and need to be able to use the xlsread function.  As such, I've installed io-1.0.18, but when attempting to install the windows-1.1.0 package, I get some errors:
Makefile:27: recipe for target `__COM__.oct' failed
make: Leaving directory `/tmp/oct-28a03c.2/Windows/src'
error: called from `pkg&amp;gt;configure_make' in file /usr/share/octave/3.6.1/m/pkg/pkg.m near line 1385, column 9
error: called from:
error:   /usr/share/octave/3.6.1/m/pkg/pkg.m at line 827, column 5
error:   /usr/share/octave/3.6.1/m/pkg/pkg.m at line 383, column 9

As a result, the xlsread does not yet function.
Any ideas would be much appreciated.
I'm not familiar (anymore) with Octave on cygwin. But perhaps you can get the Java package to work. If so, you can use the Java-based spreadsheet interfaces.

Alternatively, you can install Octave for MinGW or MSVC. Both have the windows package available (pre-compiled).

Philip

________________________________
If you reply to this email, your message will be added to the discussion below:
http://octave.1599824.n4.nabble.com/Windows-1-1-0-tar-gz-tp4630115p4630118.html
To unsubscribe from Windows-1-1.0.tar.gz, click here&amp;lt;http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;amp;node=4630115&amp;amp;code=cnR1cHBlckBrMmFkdmlzb3JzLmNvbXw0NjMwMTE1fDg0MzYzMTk1MQ==&amp;gt;.
NAML&amp;lt;http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;amp;id=instant_html%21nabble%3Aemail.naml&amp;amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml&amp;gt;

CONFIDENTIALITY AND SECURITY NOTICE: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy copies. K2 Advisors®, L.L.C. and its affiliates ("K2") retain all proprietary rights they may have in the information. We cannot give any assurances that this e-mail or any attachments are free of viruses or other harmful code, and emails are susceptible to corruption, change, interception and delay. We reserve the right to monitor, intercept and block all communications involving our computer systems. Any information contained herein is neither an offer to sell nor a solicitation to buy any interest in any fund that may be advised by K2. An offer can only be made by the approved offering memorandum, which contains important information concerning risk factors and other material information and must be read carefully before any decision to invest is made. Futures, securities and derivatives trading are speculative and involve a risk of substantial loss. Past performance is not indicative or a guarantee of future results.


--
View this message in context: http://octave.1599824.n4.nabble.com/Windows-1-1-0-tar-gz-tp4630115p4630119.html
Sent from the Octave - General mailing list archive at Nabble.com._______________________________________________
Help-octave mailing list
Help-octave&amp;lt; at &amp;gt;octave.org
https://mailman.cae.wisc.edu/listinfo/help-octave
&lt;/pre&gt;</description>
    <dc:creator>Rtupper</dc:creator>
    <dc:date>2012-05-23T22:38:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41683">
    <title>Re: Windows-1-1.0.tar.gz</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41683</link>
    <description>&lt;pre&gt;
No java for cygwin, sorry, at least for this usage;
and "windows" package is not cygwin compatible.

Best solution is to convert xls file in cvs or other text format and
load data from them.

Marco
&lt;/pre&gt;</description>
    <dc:creator>marco atzeri</dc:creator>
    <dc:date>2012-05-23T22:36:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41682">
    <title>Re: Windows-1-1.0.tar.gz</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41682</link>
    <description>&lt;pre&gt;
Rtupper wrote

I'm not familiar (anymore) with Octave on cygwin. But perhaps you can get
the Java package to work. If so, you can use the Java-based spreadsheet
interfaces.

Alternatively, you can install Octave for MinGW or MSVC. Both have the
windows package available (pre-compiled).

Philip

--
View this message in context: http://octave.1599824.n4.nabble.com/Windows-1-1-0-tar-gz-tp4630115p4630118.html
Sent from the Octave - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Philip Nienhuis</dc:creator>
    <dc:date>2012-05-23T22:13:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41681">
    <title>Re: Bug with struct, setfield</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41681</link>
    <description>&lt;pre&gt;
This isn't a bug.

Octave doesn't have reference semantics. When you use setfield, you
obtain a copy of the input struct s with whatever modification you've
done. If you want to use setfield *and* modify the struct, you have to
do

    s = setfield(s, ...)

HTH,
- Jordi G. H.
_______________________________________________
Help-octave mailing list
Help-octave&amp;lt; at &amp;gt;octave.org
https://mailman.cae.wisc.edu/listinfo/help-octave
&lt;/pre&gt;</description>
    <dc:creator>Jordi Gutiérrez Hermoso</dc:creator>
    <dc:date>2012-05-23T21:11:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41680">
    <title>Bug with struct, setfield</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41680</link>
    <description>&lt;pre&gt;Has anyone else seen this bug with setfield? It seems to work properly, but
when I check if the field is set with isfield, it does not work.

I'm using the brew install of GNU Octave, version 3.6.1


octave&amp;gt; s = struct()
_______________________________________________
Help-octave mailing list
Help-octave&amp;lt; at &amp;gt;octave.org
https://mailman.cae.wisc.edu/listinfo/help-octave
&lt;/pre&gt;</description>
    <dc:creator>Jacob Eggers</dc:creator>
    <dc:date>2012-05-22T15:58:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41679">
    <title>Windows-1-1.0.tar.gz</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41679</link>
    <description>&lt;pre&gt;I'm running GNU Octave, version 3.6.1 on Cygwin on Windows 7 and need to be
able to use the xlsread function.  As such, I've installed io-1.0.18, but
when attempting to install the windows-1.1.0 package, I get some errors:
Makefile:27: recipe for target `__COM__.oct' failed
make: Leaving directory `/tmp/oct-28a03c.2/Windows/src'
error: called from `pkg&amp;gt;configure_make' in file
/usr/share/octave/3.6.1/m/pkg/pkg.m near line 1385, column 9
error: called from:
error:   /usr/share/octave/3.6.1/m/pkg/pkg.m at line 827, column 5
error:   /usr/share/octave/3.6.1/m/pkg/pkg.m at line 383, column 9

As a result, the xlsread does not yet function.
Any ideas would be much appreciated.

Thanks,


--
View this message in context: http://octave.1599824.n4.nabble.com/Windows-1-1-0-tar-gz-tp4630115.html
Sent from the Octave - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Rtupper</dc:creator>
    <dc:date>2012-05-23T21:04:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41678">
    <title>Re: Extracting matrix rows that meet a condition</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41678</link>
    <description>&lt;pre&gt;
Say your matrix is M.
Create logical indexes to extract the desired values
idx      = M &amp;lt; 0 | M &amp;gt; 1;
values =  M(idx);
[r c] = find (idx);

The variable values has the values that meet your condition. The
variables r and c contain the row and column (i.e. position in the
matrix) of those values.

To save to a ascii file use the function save
save --ascii "values.txt" values

&lt;/pre&gt;</description>
    <dc:creator>Juan Pablo Carbajal</dc:creator>
    <dc:date>2012-05-23T20:13:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41677">
    <title>Re: Extracting matrix rows that meet a condition</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41677</link>
    <description>&lt;pre&gt;
If x is your matrix try:

[i,j] = find(x&amp;lt;0 | x&amp;gt;1);

The rows you want to save are x(i,:).
&lt;/pre&gt;</description>
    <dc:creator>Ismael Núñez-Riboni</dc:creator>
    <dc:date>2012-05-23T20:11:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41676">
    <title>Extracting matrix rows that meet a condition</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41676</link>
    <description>&lt;pre&gt;Hi!
I am pretty new to Octave and at the moment I have a problem that I cannot
find a solution to.
Basically I am working with a matrix that is three columns wide and is over
a thousand rows long.
What I need to do is to extract the rows that contain numbers that are
either x &amp;lt; 0 or x &amp;gt; 1 and
write those intact to a new *.txt file.
Thank you in advance for any help!

Knof

--
View this message in context: http://octave.1599824.n4.nabble.com/Extracting-matrix-rows-that-meet-a-condition-tp4630112.html
Sent from the Octave - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Knof</dc:creator>
    <dc:date>2012-05-23T19:51:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41675">
    <title>Re: Problem installing packages</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41675</link>
    <description>&lt;pre&gt;
Is this is a bug on the miscellaneous package? Will this be fixed by using

ifndef MKOCTFILE
MKOCTFILE := mkoctfile -Wall
endif

Carnë

On 22 May 2012 21:00, Alexander Hansen &amp;lt;alexanderk.hansen&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

have you tested with te development version? There has been some
patches about this on optim's Makefile, see
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/optim/src/Makefile?view=log

On 23 May 2012 00:17, notMyUsername &amp;lt;voixdesairs&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

These 2 are already fixed on the new versions. But still thanks for reporting.

&lt;/pre&gt;</description>
    <dc:creator>Carnë Draug</dc:creator>
    <dc:date>2012-05-23T12:10:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41674">
    <title>Re: GSoC: Student blogs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41674</link>
    <description>&lt;pre&gt;
On 23 May 2012, at 09:24, richard wrote:


If I understand correctly your code is something like:

for outer_loop_index = 1:10
  for inner_loop_index = 1:1e5
    result(outer_loop_index, inner_loop_index) = inner_loop_function (outer_loop_index, inner_loop_index);
  endfor
endfor

is that what you mean?
c.
&lt;/pre&gt;</description>
    <dc:creator>c.</dc:creator>
    <dc:date>2012-05-23T09:10:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41673">
    <title>Re: GSoC: Student blogs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41673</link>
    <description>&lt;pre&gt;On Tue, May 22, 2012 at 08:25:37PM -0600, Max Brister wrote: 
Sounds interesting. 
FWIW I use Octave occasionally to do some modelling. 
Conventional tools are unhelpful, hence my model has 
an outer loop that increments a variable ten times, 
and that is applied in an inner loop of 100,000 steps. 

Evaluate, adjust, run, wait (~ 2 minutes), repeat ... 

While the wait is more an irritation than a limitiation, 
anything you can do to to reduce the wait will be welcomed. 

good luck with your project. 

Richard A Lough
&lt;/pre&gt;</description>
    <dc:creator>richard</dc:creator>
    <dc:date>2012-05-23T07:24:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41672">
    <title>Re: GSoC: Student blogs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41672</link>
    <description>&lt;pre&gt;Hello everyone,

my blog is at:
http://octave-gsoc2012.blogspot.de/

Jacob

2012/5/23 richard &amp;lt;richard&amp;lt; at &amp;gt;mail.sheugh.com&amp;gt;

_______________________________________________
Help-octave mailing list
Help-octave&amp;lt; at &amp;gt;octave.org
https://mailman.cae.wisc.edu/listinfo/help-octave
&lt;/pre&gt;</description>
    <dc:creator>Jacob Dawid</dc:creator>
    <dc:date>2012-05-23T07:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41671">
    <title>Re: wrong message about non-existing file and strange filepermissions in dataframe-0.9.1 package</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41671</link>
    <description>&lt;pre&gt;
Sergei Steshenko-2 wrote

Strange. I've just tried on my machine, and get 

 sys1=tf(1,[1 3 2]) 

Transfer function 'sys1' from input 'u1' to output ...

            1      
 y1:  -------------
      s^2 + 3 s + 2

Continuous-time model.

Does the problem disappear if you put every permission under dataframe as
"rw-r--r--" ? (chmod -R 644 .)

Regards

Pascal 

--
View this message in context: http://octave.1599824.n4.nabble.com/wrong-message-about-non-existing-file-and-strange-file-permissions-in-dataframe-0-9-1-package-tp4630090p4630106.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
Help-octave&amp;lt; at &amp;gt;octave.org
https://mailman.cae.wisc.edu/listinfo/help-octave
&lt;/pre&gt;</description>
    <dc:creator>CdeMills</dc:creator>
    <dc:date>2012-05-23T07:55:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41670">
    <title>Re: GSoC: Student blogs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41670</link>
    <description>&lt;pre&gt;On Wed, May 16, 2012 at 10:03 AM, Jordi Gutiérrez Hermoso
&amp;lt;jordigh&amp;lt; at &amp;gt;octave.org&amp;gt; wrote:

I just started a blog here:
  http://jit-octave.blogspot.com/

My first post details some of the initial work I have done.

Max Brister
&lt;/pre&gt;</description>
    <dc:creator>Max Brister</dc:creator>
    <dc:date>2012-05-23T02:25:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.octave.general/41669">
    <title>Re: Problem installing packages</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.octave.general/41669</link>
    <description>&lt;pre&gt;O.K - in the event that this helps anyone who comes across this thread (I
know the optim issue has been moved to a dev list) - I was able to get an
older version of optim (1.0.6) working and it was enough to satisfy the
dependencies of the the packages I needed.  However there were problems with
the older version of optim too, but they seemed fixable.

First there appears to be an extraneous "end" statement on line 109 of
brent_line_min.m (right before "nev++").  That or whatever it ended is
missing.   I just commented it out.

Second, polyconf.m needs to have an "end" added to the end of the
confidence() function (the very end of the file) otherwise 'pkg install'
complains that "inconsistent function endings -- if one function is
explicitly ended, so must all the others".

Fixing those two things allowed me to install optim-1.0.6 - Octave complains
about core library functions being shadowed, but what I need working seems
to be so...

Thanks to all those who helped!

--
View this message in context: http://octave.1599824.n4.nabble.com/Problem-installing-packages-tp4586874p4630103.html
Sent from the Octave - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>notMyUsername</dc:creator>
    <dc:date>2012-05-22T23:17:00</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.octave.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.octave.general</link>
  </textinput>
</rdf:RDF>

