Feeds
질문
Iterations until condition is met
clear all; clc ER = 50; gamma = 1.4; for M=1:0.01:10 if (1/M) * ((2/(gamma+1))*(1+((gamma-1)/2)*(M^2)))^((gamma+1)/(2*ga...
거의 3년 전 | 답변 수: 2 | 0
2
답변질문
Solving a non-linear system of equations
I keep trying to solve these equations however the error code keeps saying: "Error using mupadengine/feval_internal Unable to ...
대략 3년 전 | 답변 수: 2 | 0
