photo

CHINTALAPUDI GNANA SURYA NARAYANA SAI


Last seen: 3 månader ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
179 546
of 297 527

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 075

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

View badges

Feeds

View by

Question


I am not able to integrate heaviside(y-f) for x= 0 to pi/2 and y = 0 to pi/2 (only syms integration "int"). After running the code, output is shown in below and i am not able to get the numerical answer. Can you give some ideas on how to proceed?
syms x y f = sin(x); integ = int( int(heaviside(y-f), x, 0, pi/2),y, 0, pi/2) Result: integ = int(int(heaviside(y - ...

mer än 4 år ago | 2 answers | 0

2

answers