Community Profile

photo

Daniel Beeson


Last seen: 7 days ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 days ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

| accepted

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 2 answers | 0

2

answers