photo

Tom Goodland


Last seen: 13 days ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
109,529
of 297,503

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot graphs for a loop for all the different values you've selected for the loop
I've used a for loop to change the temperature where an event code happens to change a value in a dT/dt derivative. Does anyone...

3 years ago | 1 answer | 0

1

answer

Question


How to run the same code over and over with one different detail of an event changing each time (temperature the cooling water turns on).
I have to find out the maximum time the cooling water can be turned off before being reinstated to avoid the reactor exploding (...

3 years ago | 1 answer | 0

1

answer

Question


Trying to find an x value from a certain y value on my graph
I have a graph of reactor temperature against time and I am trying to find the time the reactor temperature is at 455K. To make...

3 years ago | 2 answers | 0

2

answers

Question


Help with odes and two different reactions
𝑑𝐶𝐴/𝑑𝑡 = 𝑟1𝐴 = −𝑘𝐴𝐶𝐴𝐶𝐵 ( 9 ) The first two have the same rate constant 𝑑𝐶𝐵/𝑑𝑡 = 𝑟1𝐵 = 𝑟1𝐴 = −𝑘𝐴𝐶𝐴𝐶𝐵 ( 1...

3 years ago | 1 answer | 0

1

answer

Question


Errors while trying to setup equation for root finding.
I am trying to set up an equation for root finding to find a, however in the code at the bottom i get an error saying Parse erro...

3 years ago | 3 answers | 0

3

answers

Question


Trying to plot variables as a function of time with a coupled ode
I have to use 5 ODEs (Ca, Cb, Cs, P, T) all coupled togeher to Plot the reactor temperature, the head space pressure, and the co...

3 years ago | 1 answer | 0

1

answer

Question


Using temperature and pressure data to estimate antoine coefficients for glycerol
I am trying to estimate the antoine coefficients using the nlinfit function form the statistics toolbox, I am getting some error...

3 years ago | 2 answers | 0

2

answers