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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0