photo

Raikamal Mukherjee


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
0 Answers

Cody

0 Problems
1 Solution

RANK
252,496
of 301,464

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
107,288
of 174,642

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


why I am getting 'array indices must be positive intergers or logical value' error?
a=1.4492; b=-3.4497; n=100; h=(b-a)/n; f(a)=integ_trape(a); f(b)=integ_trape(b); r=0.5*(f(a)+f(b)); for i=1:1:n-1 r=...

5 years ago | 1 answer | 0

1

answer

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago