photo

Viktor Karlsson


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Plot a for-loop with if-statements inside
I have written three different functions for three different intervals on the variable r. I wrote the following code: a = 1; b...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Problem with drawing a hyperboloid
Hello, I wrote the following code: r=linspace(-3,3,21); theta=linspace(0,2*pi,63); m = 1 [R,THETA]=meshgrid(r,theta); X=...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Several tangent vectors on curve
Hello, I have the following curve plotted: Now, I want 10 tangent vectors along this curve and I can't seem to figure out ho...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Drawing upside down cone using spherical coordinates.
I wrote the following code: phi=pi/6; theta=linspace(0,2*pi,63); %Theta goes from 0 to 2*pi. a=linspace(0,1,21); [PHI,THETA...

3 years 前 | 1 个回答 | 0

1

个回答