photo

BlueSky


University of Michigan Ann Arbor

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
1 个回答

排名
28,536
of 301,252

声誉
1

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,207

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,657

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Extracting multiple datasets from a text file
I am trying to extract data from a text file in the following format. 1st line (whatever characters it contains) needs to be th...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Save data points from a single line in a text file.
How do I pull data values from 1 line in a text file to a nx3 array? My issue is that thousands of data points are on one sin...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Extracting data from a text file into an array
I have a large text file, I know how to get to the line that I want to extract the data from. The line contains thousands of num...

10 years 前 | 2 个回答 | 0

2

个回答

已回答
Trying to use PDEPE function to solve a 1-d diffusion problem, I am getting a strange error...
OK, that fixed it actually, Thanks can you explain to me what each parameter inside the boundary condition function mean?

13 years 前 | 0

提问


Trying to use PDEPE function to solve a 1-d diffusion problem, I am getting a strange error...
function angiogenesis m = 0; z = linspace(0, .25, 15); t = linspace(0,7*24,24); soln = pdepe(m, @pde, @ic, @bc, z, t); Conc...

13 years 前 | 2 个回答 | 1

2

个回答