Daniel Beeson
Followers: 0 Following: 0
Feeds
질문
Turning a double into a scalar
Hey all, trying to use flowprandtlmeyer to find mach numbers for a range of different prandtl-meyer angles ('nu' as an input), a...
7개월 전 | 답변 수: 1 | 0
1
답변질문
Help with ODE45 Running Forever
Hi everyone, I'm having a rough time with a line of my ode45 code, it's working for my y and z directions, but not my x-directi...
대략 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
Help with creating my own Nyquist plotting function
Hey everyone, I figured it out. My conditions for NaN were incorrect. instead of using ==NaN, I changed it to isnan(r(...))==1 f...
Help with creating my own Nyquist plotting function
Hey everyone, I figured it out. My conditions for NaN were incorrect. instead of using ==NaN, I changed it to isnan(r(...))==1 f...
4년 초과 전 | 0
| 수락됨
질문
Help with creating my own Nyquist plotting function
Hi everyone, I am trying to make a function that takes a transfer function L(s) in the form of an array of numerator and deno...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to get fzero to work on an array?
I'm trying to solve fzero for each value of x in an array, and I get theis error: Operands to the || and && operators must be ...
4년 초과 전 | 답변 수: 2 | 0