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