Community Profile

photo

Almas Adil


自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
how can i write this equation f(A,B)=1/((|AUB)(|A|))*Σ(aEA)(bEB) d(a,b)
for all your questions above my answer is yes except d(a,b) is derivative

5 years 前 | 0

提问


how can i write this equation f(A,B)=1/((|AUB)(|A|))*Σ(aEA)(bEB) d(a,b)
i want to create a function who calculate with equation

5 years 前 | 1 个回答 | 0

1

个回答

提问


function [CM KG]=STtosi(In,Ib) It is not working
i have built a function to convert Ib to kg and in to cm. but it is not working my code function [CM KG]=STtosi(In,Ib) CM=(10...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how to write a code to find Min and Max of quadratic equation
unable to find MATLAB builtin function that calculate Max And Min of quadratic equation.

6 years 前 | 1 个回答 | 0

1

个回答

提问


i have an equation to solve y(x)=0.9x^4-12x^2)-5x.
y(x)=0.9x^4-12x^2)-5x. here is my matlab code x=[-4:1:4]; y(x)=0.9*power((x),4)-12*power((x),2)-5*(x) by runnin...

6 years 前 | 1 个回答 | 0

1

个回答