photo

Jeffrey Denomme


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
280 474
of 300 352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

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

mer än 11 år 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...

mer än 11 år 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...

mer än 11 år ago | 1 answer | 0

1

answer