photo

John Gow


Last seen: 8 months ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Script to solve ODEs with two variables: cB and t. (solution included, just cannot write script)
Hi, I have a problem: dcB/dt = k1*(1.5/(1 + 1.5*0.05*t))^2 - 0.022*cB for t0 = 0 to tf = 30 I have been told ode15s, ode15...

5 years ago | 1 answer | 0

1

answer

Question


Nonconvential files data extract
Having trouble converting my extract data from 'i' number of '.nom' files from cell to matrix. See below. I have 70 sequentia...

6 years ago | 1 answer | 0

1

answer

Question


How to Convert Cell Array to Multiple Variables All At Once?
I have a 1x8 cell array, where each unit is a 3X3 'matrix'. I can use: a(1) = mydata{:,1}; a(2) = mydata{:,2}; to ge...

6 years ago | 2 answers | 0

2

answers

Question


How to sequence series of excel files and extract certain rows:columns from each file automatically?
There are a series of excel files from 1 to 99, from file01.xlsx to file99.xlsx. I only want cells B1:C3 from each excel file. ...

6 years ago | 2 answers | 0

2

answers