Hi everyone, I know this must be very simple using Interpolations.jl but I can’t get it to work. I have a 3D curve in an array (example bellow) and I need to have 10 times more points. Linear or Bspline interpolation between the points are OK.
Any idea?
Thanks in advance
rayo=[-67 0.00 200.0
-67 0.09 210.0
-67 2.06 410.0
-67 6.04 660.0
-67 14.26 778.8
-67 22.48 660.0
-67 26.45 410.0
-67 28.43 210.0
-67 28.52 200.0
-67 29.82 35.0
-67 29.91 20.0
-67 30.00 0.0]
9 posts - 3 participants