Statistics
3 Questions
0 Answers
RANK
63,146
of 301,432
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I want to plot a graph between w1(y) and y. Here, function lgwt gives weights and nodes for Quadrature integration. It gives me an error that Index exceeds matrix dimension. Please help!
format shortE M=10; [x1,w]=lgwt(10,-1,1); syms x L=1; N=0.7; e=0.7; p=0.009; H(x)=1-e*x; f1(x)=((H(x))^3)/12+(H(x))/(...
8 years ago | 0 answers | 0
0
answersQuestion
I want to numerically evaluate the equation that is attached using Guassian quadrature method. I don't know how to proceed, I am not very good with matlab. Any insights on this would be very helpful. Thank you.
<</matlabcentral/answers/uploaded_files/111001/IMG_8995.jpg>>
8 years ago | 0 answers | 0
0
answersQuestion
I need to integrate an equation with two variables. The command Int is not working may be because the function is too complicated so I think I have to try Numerical integration but I don't know how to implement it for two variables. Problem is attach
syms x L=1; N=0.7; e=0.7; p=0.009; y=0.9; H(x)=1-e*cos(x); f1(x)=((H(x))^3)/12+(H(x))/(L^2)-(N*((H(x))^2...
8 years ago | 1 answer | 0