Community Profile

photo

BlueSky


University of Michigan Ann Arbor

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 2 answers | 0

2

answers

Answered
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?

11 years ago | 0

Question


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...

11 years ago | 2 answers | 1

2

answers