photo

Sergio Manzetti


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

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
145,169
of 299,750

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Error using Contour: input arguments must be numeric or objects which can be converted to a double
Yes, here it is, working script syms r x y k z l m [ph,r] = meshgrid((0:5:360)*pi/180,0:.5:10); [x,y] = pol2cart(ph,r); Z ...

4 years 前 | 0

| 已接受

提问


Error using Contour: input arguments must be numeric or objects which can be converted to a double
Hi, I have the given code where I try to plot levels curves of the givenfunction syms r x y k z [ph,r] = meshgrid((0:5:360)*...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Error when using abs: Too many input arguments
Hi, I am trying to plot the contour of the given function with the following: syms r x y k z [ph,r] = meshgrid((0:5:360)*pi/...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Error using imag: too many input arguments
Hi, I get the given error when trying to plot the contour of the given function syms r x y k z [ph,r] = meshgrid((0:5:360)*p...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Error using mupadengine/feval_internal First argument must be a condition.
Hi , I keep getting this error message "First argument must be condition" evidently regarding the set up in line 14 in the given...

4 years 前 | 1 个回答 | 0

1

个回答