<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 14/01/2017 20:37, Werner a écrit :<br>
    </div>
    <blockquote cite="mid:1484422620695-4035350.post@n3.nabble.com"
      type="cite">
      <pre wrap="">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)</pre>
    </blockquote>
    <br>
    Another example, with f(x) at constant y=1:<br>
    x=1:100;<br>
    clf<br>
    plot3d3(x,ones(x),x)<br>
    e = gce();<br>
    e.thickness = 3;<br>
    ax = gca();<br>
    ax.rotation_angles = [78 181];<br>
    <img src="cid:part1.04040706.09050108@free.fr" alt="" height="176"
      width="207"><br>
  </body>
</html>