photo

Farooq Hussain


Last seen: oltre 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
62.661
of 299.737

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.791

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.655

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte