photo

Shaona Bose


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
148,835
of 301,695

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,386

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,117

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변