Josh Glenn
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Solve Command On Colebrook Equation
Hello...I am attempting to plot the colebrook, bruus, and haaland equations on a loglog scale for a homework assignment. I curre...
6 years 前 | 0 个回答 | 0
0
个回答提问
Put multiple loglog plots on one figure
Hello...I am trying to put 3 loglog plots on the same figure but this is not working. Any recommendations or small things I'm mi...
6 years 前 | 1 个回答 | 0
1
个回答提问
Error: Warning: Matrix is singular to working precision
Hello...I am currently working on a project for university and I need to create an A and b matrix to solve for Ax=b. When I run ...
6 years 前 | 1 个回答 | 0
1
个回答提问
For the code below how would I make it ALWAYS select and set the upper left corner to be 1 always no matter what the n value is (10, 1000, 1000000)?
n=10; % number of nodes in the x-direction meshsize = n*n/2; nodes = 1:meshsize; nodetype = zeros(n/2, n); del...
6 years 前 | 1 个回答 | 0
1
个回答提问
Trouble With Graphing Functions
Hello...I am making a basic program that has the original function, the derivative, and the integral. I then am trying to have ...
8 years 前 | 0 个回答 | 0