photo

Brajesh Kumar


IIT Roorkee

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
251,676
of 300,352

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Error using barrier (line 22) Objective function is undefined at initial point. Fmincon cannot continue.
Plz help to encounter error.. function stm2 clc; close all; clear all A = [[1 1];[1 1];[1 1]]; b = [1;1;1]; X0 ...

10 years 前 | 7 个回答 | 0

7

个回答

提问


Solving System of Non Linear algebraic equations
I need help in solving following equations: I tried different solvers like fsolve, lsqnonlin but the solution is not converging....

10 years 前 | 0 个回答 | 0

0

个回答

提问


fsolve or fminsearch is not able to provide constant values in answer of non linear equations by changing initial guesses. Kindly solve these equations by using either fsolve or any other suitable solver
(6.2975e-11)*((1-x(1)-x(2)-x(3))*((0-3.*x(1)-7.*x(2))^3)*((1+0+12*x(1)+4*x(2)+4*x(3))^8))) - (((4.*x(1)+x(3))^4)*((2.*x(3))^8));...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Please help me to solve following equations using matlab
-x(4) + 1-x(1)-x(2)-x(3); -x(5) + 1-3.*x(1)-7.*x(2); -x(6) + 4.*x(1)+x(3); -x(7)...

10 years 前 | 2 个回答 | 0

2

个回答