Community Profile

photo

sibananda mohanty


Active since 2012

Followers: 0   Following: 0

Message

M Tech student

Statistics

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...

11 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=...

11 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=...

11 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...

11 years ago | 1 answer | 0

1

answer