photo

Douglas


QER

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
0 个回答

排名
239,047
of 301,948

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 21,472

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,675

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I solve the following PDE problem in MATLAB. I do not see how to formulate it in a form suitable for the pdepe function.
C * Dusubi/Dt = x^-2 * D/Dx(x^2 * C * Dsubi * Dusubi/Dx) - N * Dusubi/Dx i = 1 to 6 where N = Sum(i=1:6)[C * Dsubi * Dus...

14 years 前 | 0 个回答 | 0

0

个回答

提问


How do I plot a selective range of x-axis values
I am a new user of MATLAB. Currently I have this in my script: figure subplot(2,2,1) plot(t/60,mass) grid on ...

15 years 前 | 4 个回答 | 1

4

个回答

提问


WHy do I get "ans = 1" in the Command Window?
In running a program I have written using the pdepe function, and sometime during the function call: soln=pdepe(m,@solnpde,@...

15 years 前 | 4 个回答 | 0

4

个回答