photo

Shaona Bose


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
297,121
of 301,545

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,319

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,285

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Double integration within finite limits
I want to perform a double integration of the function f(x,y)=y*sin(x)+exp(-x), over the range 0 to pi/6 for x and y goes from 0...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the peak value of a function
I have written this clumsy code for finding the peak value of a function. But its not giving me an output cuz of the interval st...

7 years 前 | 1 个回答 | 0

1

个回答

提问


MATLAB slowing my laptop down?
Okay so my Ideapad 330 laptop was running pretty normally, when I installed MATLAB. As I have read in other posts here, MATLAB c...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Why is plot(x,y=0) not giving a line at y=0?
I am trying to plot a function with a line through y=0 too. I wrote this code: x=0:0.01:10*pi; plot(x,2*sin(x).*exp(-x/4)); ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Why am I getting 'ans=45' in this code?
I am trying to make a file named text.txt and write numbers 1 to 5 in it, and then print them. x = [1 2 3 4 5] a = fopen('te...

7 years 前 | 2 个回答 | 0

2

个回答