photo

华纳公司开户注册【微8785092】


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
1 Answer

RANK
12,503
of 301,186

REPUTATION
4

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
MATLAB中输入参数的数目不足该如何解决。
试试这样: ObjectiveFunction = @(x)100*(x(1)^2 - x(2))^2 + (1 - x(1))^2; ConstraintFunction = @(x)deal([1.5 + x(1)*x(2) + x(1) - x(...

3 years ago | 0

| accepted