help-octave
[Top][All Lists]
Advanced

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

Re: octave updated to 3.4.0-3. Please test


From: findtype
Subject: Re: octave updated to 3.4.0-3. Please test
Date: Fri, 8 Apr 2011 00:15:48 -0400

Hi Marco,

Yes, that works fine.  Thanks!  I'll stay with that until you notify to try cygwin 1.7.9-1 again.

Regards,
Ted F.

On Thu, Apr 7, 2011 at 8:54 PM, marco atzeri <address@hidden> wrote:
On Fri, Apr 8, 2011 at 1:01 AM, findtype  wrote:
> Hi Marco,
> Here's two cents' worth of testing....
> (1) Function definition and call to imread() worked fine:
>      function [ I ] = readImage()
>           I = imread( "scene1.jpg" );
>           fprintf( "Image size read in:\n" );
>           [m,n,k] = size( I )
>      endfunction
> (2) Graphing a "chirped" sine wave via plot() failed:
>      function makePlot()
>           m = 1000;
>           a = [1/m:1/m:1]';
>           b = zeros( size(a) );
>           for( i=1:m )
>                b(i,1) = sin( 2*pi/a(i,1) );
>           end
>           plot(a,b)
>           grid( "on" );
>      endfunction
>      This drew the following....
>      error: Invalid call to strcat.  Correct usage is:
>               -- function File:  strcat (S1, S2, ...)
>      error: called from:
>      error: /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, column
> 5
>      etc. etc.
> So, I must have installed something incorrectly, since it worked previously
> with
>      cygwin 1.7.8-1,
>      octave 3.4.0-2,
>      libgfortran3 4.3.4-3,
>      libGraphicsMagick3-1.3.12-2.  Would you please look into this and let
> me know what to correct?
> Regards,
> Ted F.

Hi Ted,
could you just try with
cygwin              1.7.8-1    not 1.7.9-1
libgfortran3        4.3.4-4
liblapack0         3.2.2-2
libqrupdate0      1.1.1-1
octave              3.4.0-3


we noticed that cygwin-1.7.9-1 have some problem in the
communication between octave and gnuplot so plot is failing in all the
windows version.

Marco


reply via email to

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