Aiswaria


Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: offshore structures

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
164,491
of 300,352

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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


how to calculate the area under a plot? when I use the area option, I'm not getting a satisfactory value. someone pls help me.
the program is attatched herewith clear all; clc; t=0:0.1:2.4; %total no. of points f=1./t fs=10; %sampling frequency y=xl...

12 years ago | 1 answer | 0

1

answer

Question


when i'm trying to run the below program, it is showing the following error. ??? Undefined function or variable 'z'. Error in ==> integration at 6 I=integrate(z*(cosh(k*(d+z)))^2,z,0,hc);
the program is as follows: clc; d=input('d='); L=input('L='); hc=input('hc='); k=2*pi/L; I=integrate(z*(cosh...

12 years ago | 1 answer | 0

1

answer

1

answer