photo

Shaona Bose


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
144,121
of 301,447

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 0

2

answers