Alison Michell
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
118.391
of 295.569
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
Feeds
Question
Trying to calculate a volume by changing equation for volume for different variable parameter
Hi, I am trying to calculate the volume of a tank given different values for radius and height of tank and liquid. My code keeps...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How to store values from all iterations into one vector?
Hi, I am trying to run my code to calculate values over every iteration and them plot my V value vs time, however, I haven't bee...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How to use a for loop to solve ODE
Hi I am trying to write a code to simulate the distribution of a drug in someone's body. I am having some trouble creating an it...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Everytime I run my code I keep getting an infinite recursion error. My code is posted below. Can you please help me figure out why it keeps giving me this error?
It flags me at the y(:, i) = x.^(i)./factorial(i); line below. function exp = expapprox(x,n) n = 5; x = 1:5; % nu...
meer dan 6 jaar ago | 1 answer | 0