Community Profile

photo

Jeffrey Denomme


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Non-Linear Regression - Too many Input Arguments
I am trying to perform a NL Regression via the following code: %Non-Linear Regression clear, clc, close all; I = [50 ...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


Fzero Issues with complex equation with complex roots
I have the following code: Zo = 50; Zl = 10; Bl = (0:0.01:(4*pi)); x = @(Bl)Zo*((Zl+j*Zo*tan(Bl))./(Zo+j*Zl*ta...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


Nested Anonymous Function in fminsearch not enough inputs
I created a script as follows: clear, clc, close all a = 0.1; b = 0.05; m =0; n = 0; %Number of iter...

ongeveer 10 jaar ago | 1 answer | 0

1

answer