I need to plot 6 points in 3D by using Matlab. I used the command 'plot3' but I couldn't draw it.
- The coordinates of points $A,A,B,B',C,C',D$ are given.
- $AD,BD,CD$ are straight line segments
- $AA',BB',CC'$ are arcs with known radius $r$ and centers $c_{0},c_{1},c_{2}$.
The coordinates are
$A=(0,0,0), B=(400,0,0) C=(200,400,200), D=(226,137,62)$
$A'=(22,36,0), B'=(382,33,0), C'=(240,357,200)$
$c_{0}=(40,0,0), c_{1}=(360,0,0), c_{2}=(200,360,200), r=40$

I suggest the following code:
But this kind of questions are better be asked in Stack Overflow