Community Profile

photo

Payton Brown


Last seen: environ un an il y a Actif depuis 2020

Statistiques

  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


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...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 2 réponses | 0

2

réponses