Community Profile

photo

Deepro Bardhan


Last seen: 5ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Create a function based on some criteria
Suppose I want to create a function : y=x^2 for x>5 x^3 for 0<x<=5 -1 for x<0 How to implement this in matlab with...

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

1

回答

質問


Change the value of independent variables to solve the dependent variable equation
x=0:0.5:4*pi; y=sin(x)+cos(x); display(y); In the above example the y(x) is given . Now i want to use y(Ax) in other equation...

2年以上 前 | 2 件の回答 | 0

2

回答