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];
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users