Feeds
提问
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 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0