Tony Rankin
Followers: 0 Following: 0
Feeds
提问
dsolve for multiple plots on a single figure
I have the following code that works for Kc = 1 and plots well enough. But I want to also plot Kc for 2, 3, 4 and 5 as well, and...
3 years 前 | 1 个回答 | 0
1
个回答提问
Plotting Graph - 1D Advection
I have the following code and the plots are correct, but I am having trouble making the three separate plots with the correct ti...
3 years 前 | 1 个回答 | 0
1
个回答提问
Consider Preallocating for Speed
I have the following code and I am being informed that I can "preallocate for speed". When attempting to set up an array which I...
3 years 前 | 1 个回答 | 0
1
个回答提问
Newton-Raphson Method
I have the following Newton-Raphson method code. Code. I am attempting to call it using the following Input. I am receiving ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Fzero for Colebrook Equation
I have looked here: https://uk.mathworks.com/help/matlab/ref/fzero.html I am having no success in using fzero for f = -1/sqrt...
3 years 前 | 1 个回答 | 0
1
个回答提问
Recursive Function - Bisection
I have written code to compute the flow of a fluid in a pipe using the bisection method. This uses a while loop and works. Howev...
3 years 前 | 1 个回答 | 0
1
个回答提问
Plots - Two Y-Axis with Different Units
I need to plot a lot of data from an Excel file. I would like to plot one column of data (flow rate) against the left y-axis and...
5 years 前 | 1 个回答 | 0