[Scilab-users] Multiple 2D Plots in 3D Plane

Samuel Gougeon sgougeon at free.fr
Sat Jan 14 23:32:54 CET 2017


Le 14/01/2017 20:37, Werner a écrit :
> Hi Samuel,
> thank you for your answer.
> I tried to implement your idea but I dont get the results I want.
> For a start I tried to do a 3D plot with only one FFT computation.
> So my data looks like:
> f= 1x256 - the frequency axis
> y=1x256 - the amplitude
> z=1x256 - the investigated case (the field consists of only ones)
>
> plot3d3(f,y,z)

Another example, with f(x) at constant y=1:
x=1:100;
clf
plot3d3(x,ones(x),x)
e = gce();
e.thickness = 3;
ax = gca();
ax.rotation_angles = [78 181];

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170114/f39953a4/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dbcjgacj.png
Type: image/png
Size: 5294 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20170114/f39953a4/attachment.png>


More information about the users mailing list