Farooq Hussain
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
202,187
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
Why i don not get the graph when i add A1(x) in the function f1=@(x,y) A1(x)+(1.33*pi*eta*y^3)/(1+1.33*pi*eta*y^3);
%clc %clear all eta=0.25; L=2.5; a=0.1; h=0.1; b=6; x=a:h:b; %%%%%%%%%%%%%%%%%% A =@(x) (0<x).*1+(0<=x & x<=L).*(1+0.5*...
4 years ago | 1 answer | 0
1
answerQuestion
How can i replace the value of A(x) in the function defined in "f1"...
L=10; a=0; h=0.5; n=20; x=a:h:n; % f1=@(x,u) u * A(x); %%% Initial Conditions %%% u(1)=1; for i=1:length(x)-1; m1...
4 years ago | 2 answers | 0
2
answersQuestion
How can i plot this graph?
for x=0:0.5:5; if 0<x<2 y=((1+0.5*(1-cos(2*pi*x/5))).^-0.5); else x>2; y=1; end end plot(...
4 years ago | 2 answers | 0