photo

Somtirtha Mukherjee


Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
0 Answers

Cody

0 Problems
1 Solution

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

RANK
124,164
of 174,632

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

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

answers

Question


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

answers

Solved


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