[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: Three-Dimension plot
From: |
address@hidden |
Subject: |
Re: Re: Three-Dimension plot |
Date: |
Thu, 15 Sep 2016 23:14:48 +0900 (JST) |
--- felipe.barb
> Thanks.
>
> But, how do you choose the interval for x and y? For exemplo, if a change
> the interval for the below, the graphic it's not like the expected:
>
> x = y = -10:0.1:50;
>
> output:
>
> <http://octave.1599824.n4.nabble.com/file/n4679788/erro2.png>
>
>
I just followed your example (yellow surface plot. 0<=x <=3, -1=<y=<3).
I devided 50 intervals using linspace function for x and y. (50 is determined
from some trials without definite reason.)
HTH
Tatsuro