Community Profile

photo

Niccolò Moretto


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


this plot3 looks 2D on live script (pointing downwards as it should), and 3D (pointing sideways for no reason), why?
hold on plot3(Mk0(:,1),Mk0(:,2),Mk0(:,3),'r*') plot3(Mk1(:,1),Mk1(:,2),Mk1(:,3),'b*') plot3(Mk2(:,1),Mk2(:,2),Mk2(:,3),'g*') ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i give a third vector i don't have the same length of the first two?
in this problem i have 3 points M1 (12, 45, -5) M2 (24, -3, -5) M3 ( 4, 15, -5) and i have to plot two vectors, V1 going from M...

más de 3 años hace | 2 respuestas | 0

2

respuestas