Community Profile

photo

Payton Brown


Last seen: alrededor de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Defining a 3d XYZ vector aligned with Z axis and then rotating it along the XY plane by pi/4
x= zeros(1,101); y= zeros(1,101); z= 0:0.01:1; figure(1) plot3(x,y,z,'LineWidth',2, 'Color',[1 0 0]) grid on axis square...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Is vectorizing this even possible?
vec3(1) = 1; i = 1; while i<5 i = i+1; vec3(i) = (vec3(i-1)+2)^2; end vec3

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

2

respuestas