help-octave
[Top][All Lists]
Advanced

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

Re: octave and matlab producing different results for following code


From: Jaroslav Hajek
Subject: Re: octave and matlab producing different results for following code
Date: Sat, 1 Nov 2008 06:50:11 +0100

On Sat, Nov 1, 2008 at 4:03 AM, bharat pathak <address@hidden> wrote:
> k          = linspace(0, 2*pi, 100);
>
> [kk, kk] = meshgrid(k, k);
>
> y          = sin(kk) .* cos(kk);
>
> surf( y );
>
> %----------------------------------------------- running octave 3.0.1 on
> vista
> %------------------------------------------------ running matlab 7.1 on
> vista
>

Different in what sense?

-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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