photo

Aakash Divakar


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

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
33,296
of 300,000

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,926

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I am not able to open simulink
I am not able to open simulink. I tried reseting the path but it didnt work. I am getting the following errors. Help is appre...

3 years 前 | 0 个回答 | 1

0

个回答

提问


error in fmincon function
clear all; clc; objective=@(r)((r(2))*(-25)*(2^(1-max(r(2)/(8*r(3)),r(2)/r(4)))))/(15*r(1))+ 2*(r(5)/r(1)); r0= [1 25 120 1...

4 years 前 | 1 个回答 | 0

1

个回答

提问


convert to double equation
my function gives an error while converting to double a one place (marked as %****) while at other places it works fine. syms...

5 years 前 | 0 个回答 | 0

0

个回答

提问


how should i store the values of I and X in a vector to plot the graph of I vs X
syms f(x) sym x f(x)=2*x^2 x=0; v=[]; diary('wispn.txt') diary on while x<0.36 I=int(f,0,x) x=x+0.1; v(t)=w(x,I) t=...

5 years 前 | 1 个回答 | 0

1

个回答