photo

Payton Brown


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 2 个回答 | 0

2

个回答