photo

Nick Sharma


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
19,522
of 300,553

REPUTATION
2

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Continuous Graph in a loop
Hi My code is as below i=0:1:10; x=1; if i<=3 B=3+x; else B=x; plot(i,B,'*') hold on end ================ First ...

6 years ago | 1 answer | 0

1

answer

Answered
complex number
Hello !! Lets say r is the amplitude θ is the angle . Thus the complex number formed shall be = rcosθ+rsinθi . Real Par...

7 years ago | 1

Answered
Hi !! I want to find area under a sine curve , from interval 0.1 to 0.3.
Thanks Dimitirs ...it resolved my problem..:)

7 years ago | 0

| accepted

Question


Hi !! I want to find area under a sine curve , from interval 0.1 to 0.3.
<</matlabcentral/answers/uploaded_files/129508/Area_under_curves.JPG>> I used the following command to find area under a sine...

7 years ago | 3 answers | 0

3

answers