photo

sibananda mohanty


Active since 2012

Followers: 0   Following: 0

Message

M Tech student

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
268,933
of 297,457

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

Feeds

View by

Question


please find the answer of the programme it is showing some error,i've tried a lot to slove but could not ablie to,. please help
clc clear all var w; alpha=0.05 mu=0.05; ztap=0; ztaa=sqrt(3*mu/(8*(1+mu))); omegaa=(1/(1+mu)); a1=1-a...

12 years ago | 1 answer | 0

1

answer

Question


i want to find out area under the curve using quad command ,the curve is generated after running the programme
clc clear all s=tf('s') alpha=0.05 mu=0.05; ztap=0; ztaa=sqrt(3*mu/(8*(1+mu))); omegaa=(1/(1+mu)); a1=...

12 years ago | 1 answer | 0

1

answer

Question


i want to find out area under the curve using quad command ,the curve is generated after running the programme
clc clear all s=tf('s') alpha=0.05 mu=0.05; ztap=0; ztaa=sqrt(3*mu/(8*(1+mu))); omegaa=(1/(1+mu)); a1=...

12 years ago | 0 answers | 0

0

answers

Question


finding integration by using quad command
function y =myfun(x) y=1/(x^3-2*x-5); Q=quad(@myfun,0,2) after running this programme a get this error ??? Input argument...

12 years ago | 1 answer | 0

1

answer