photo

Albert Justin


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


xmax is scalar floating function ?
%double Integrals syms x y fun=input('Enter the function f(x,y)='); x1=input('Enter the outer integral lower limit:'); x2=...

2 years 前 | 2 个回答 | 0

2

个回答

已回答
Something must be a floating point scalar?
Enter the function f(x,y)=@(x,y) x.*y Enter the outer integral lower limit:0 Enter the outer integral upper limit:a Enter the...

2 years 前 | 0