Statistics
All
RANK
127,796
of 301,454
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,287
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How can i upgrade coefficients of a polynomial from an initial guess to optimize with the ideal value of the polynomial at a particular point?
for i = 1:length(freq) T1 = ((abs(s21(i))^2))./(abs((polyval(g(s),x(i)) - polyval(h(-s),x(i))).*s11(i))))^2) end ...
7 years ago | 0 answers | 0
0
answersQuestion
Explain the method of applying 'lsqnonlin' with 'levenberg-marquardt' algorithm.
How to use the function 'lsqnonlin' to use the nonlinear optimization of coefficients of a polynomial with the use of Levenberg-...
7 years ago | 0 answers | 0
0
answersSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
7 years ago
