photo

Adithya Valavi


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
167,793
of 297,527

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

提问


Nonlinear solutions with 7 variables my initial Guess is not working in the program
syms G; G = 600:100:1200; disp(G) x0 = [310 310 310 311 309 300 300];%initial guess options = optimoptions('fsolve','Display...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Nonlinear solutions with 7 variables my initial Guess is not working in the program
syms G; G = 600:100:1200; disp(G) x0 = [310 310 310 311 309 300 300];%initial guess options = optimoptions('fsolve',...

5 years 前 | 0 个回答 | 0

0

个回答

提问


To draw a multiple surface plot
After my computation I am getting a value of temperature which is not dependent of my x axis and y axis value. So I can't write ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Non lenier equations in loop
G = 600:100:1200; x0=[300;300;300;300;300;300;300]; options=optimset('Display','off'); X(i) = NaN(1,length(G)); for i = 60...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
Solving a large equation
Did you know how to slove these equations then plz tell us tooo

5 years 前 | 0