Community Profile

photo

Aakash Divakar


Last seen: 1年以上 前 2020 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


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...

1年以上 前 | 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...

3年弱 前 | 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...

3年以上 前 | 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=...

3年以上 前 | 1 件の回答 | 0

1

回答