NaN1988 - MATLAB Central
photo

NaN1988


TUD

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 10/12 to 03/25Use left and right arrows to move selectionFrom 10/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
1 个回答

排名
268,700
of 297,851

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,493

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,663

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Results of knnsearch do not make sense (to me)
Hello, I am using [IDX,D] = knnsearch(y,y,'K',2,'NSMethod','exhaustive') to find the nearest neighbor to each point of y in y...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Coefficients for system of differential equations in pdetool
Dear people, I have been struggling several days with Matlab and digging in the documentation to solve this system of parabol...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Uneven mesh resolution with pdetool
Hi all, Is it possible to generate a mesh with unveven resolution with pdetool? Something like <http://upload.wikimedia.org/w...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Insert f coefficient in pdetool
Hi all, I am using pdetool to solve the following <http://www.mathworks.co.uk/help/pde/ug/parabolic.html?searchHighlight=para...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Solving differential equations with an integral
Hi people, I have a problem that I'm not able to find a proper solution. Imagine a population balance, we have P1 particles o...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
making loop for parameter calculations
That looks like the typical while loop alpha=[alpha1 alpha2 ...alphan] a=0; k=1; while a==0 A=alpha(k) X=f(A...

12 years 前 | 0