photo

Danny Van Elsen


Last seen: 8 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
208,825
of 300,068

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


ode; zero input response; drawing the function in matlab
hello in the context of ordinary differential equations and system modelling, an example of how to determine the zero-input r...

5 years 前 | 1 个回答 | 0

1

个回答

提问


double integration of parametric function
hello all, I know how to plot a parametric surface, for example as in syms u v x = u * cos(v); y = u * sin(v); z = v; fsur...

5 years 前 | 2 个回答 | 0

2

个回答

提问


fsurf: interval from parameters
hello. when plotting this surface syms u v x = u; y = v; z = 4 - u^2 - v^2; %fsurf(x, y, z, [-4 4 -4 4]) fsurf(x, y, z) I...

5 years 前 | 1 个回答 | 0

1

个回答

提问


simplifying an algebraic expression in two variables
hello I know that sqrt ((x-1)^2 + (y-2)^2) + sqrt ((x+1)^2 + (y+2)^2) = 6 and 8*(x^2) - 4*x*y + 5*(y^2) = 36 are equiva...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
plotting two parametric functions in same figure
ah, yes, I see. adding ylim([-10 10]) xlim([-10 10]) gives other results thanks for your patience there...

6 years 前 | 0

| 已接受

提问


plotting two parametric functions in same figure
I was trying to plot a parametric function, and its inverse, like this: t= linspace (-30, +30); x= t; y= (t.^5) + ...

6 years 前 | 2 个回答 | 0

2

个回答