help-octave
[Top][All Lists]
Advanced

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

Re: Why doesn't pause work in a function


From: Dmitri A. Sergatskov
Subject: Re: Why doesn't pause work in a function
Date: Fri, 17 Feb 2012 14:00:09 -0600

>> octave-3.4.0:2> system("uname -a")
>> Darwin s-3.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7
>> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
>> ans = 0
>> octave-3.4.0:3>
>
> I tried ...
>
>        plottrack (rand (31, 183))
>
> ... on SnowLeopard (Darwin 10.8.0) with Octave 3.4.0 from source forge. I 
> encountered no errors and obtain the same result as I did on Lion.
>
> Any chance your Octave is using the wrong plot.m? What does "which plot" 
> return ?
>
> Ben
>
>

I suspect a more general problem

John -- does the following code work on your machine ?

a = rand(200);
b = inv(a)*a;
trace(b)

Dmitri.
--


reply via email to

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