photo

even coil


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
36,188
of 301,172

声誉
1

贡献数
3 个提问
2 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 21,183

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,200

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Will the ArrayValued option for integral improve or diminish performance relative to looping when integrating a vector-valued function?
I want to integrate K different scalar-valued functions over the same range (from 0 to 1). Option A) is to loop from k=1:1:K,...

9 years 前 | 0 个回答 | 0

0

个回答

提问


What's wrong with this parfor loop?
When I try to run the following parfor loop, Matlab returns the error claiming that A cannot be classified. N = 10; T ...

10 years 前 | 2 个回答 | 1

2

个回答

已回答
Stop contourf from interpolating between my grid
Turns out the pcolor command works for what I want. colormap(gray(length(unique(Z)))); h = pcolor(B0,B1,Z); caxis([-.5 1]...

10 years 前 | 0

| 已接受

已回答
Stop contourf from interpolating between my grid
Sorry, I should have included a MWE. The code is below. I attach the necessary data files for my example. Also, the plots are be...

10 years 前 | 0

提问


Stop contourf from interpolating between my grid
I am using a contourf plot of the form: contourf(B0, B1, Z) The spacing of B0 and B1 is .05. The function values in Z onl...

10 years 前 | 3 个回答 | 0

3

个回答