photo

Paul


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

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
35,060
of 299,763

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
1

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Automatically change the input arguments of function handles
I have a function with four variables (u, v, w and t) and I would like to analyze the influence of different combinations of two...

1 year 前 | 2 个回答 | 0

2

个回答

提问


Fill a specific region of fcontour without generating a mesh
I have the following code: %% Parameters: a = 0.36; b = 0.26; c = 0.15; d = 0.5; e = 0.2; f = -0.14; %% Function fun ...

1 year 前 | 1 个回答 | 1

1

个回答

提问


How can I plot a boundary between real and imaginary solutions in a 3D graph?
Hi everyone, I have a function of three variables and I would like to plot a 3D graph where you can see the boundary (a surface...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Is there any limitation with fimplicit and fimplicit3 when functions have sqrt ?
Hi, I have issues when calculating the values of x and y that make fun = @(psi,theta) (L^2-(R*(cos(theta)-sin(theta).*sin(psi))...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot only the real solutions of an implicit function ?
Hi, I'm having some problems trying to plot the following implicit equation f1 = @(x,y) sqrt(L^2-(R*(cosd(x)-sind(x).*sind(y)...

4 years 前 | 2 个回答 | 0

2

个回答