Shreen El-Sapa - MATLAB Central
photo

Shreen El-Sapa


Last seen: mehr als ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB AnswersFrom 08/21 to 03/25Use left and right arrows to move selectionFrom 08/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 Fragen
0 Antworten

RANG
100.915
of 297.503

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
42.86%

ERHALTENE STIMMEN
0

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I want to fill color in the circle
Zeta1=10;Zeta2=0.1; %k=0.000001;U=1; %k=1;U=1; %k=3;U=1; k=4;U=1; alpha1=real(sqrt(Zeta1.^2./2+Zeta1.*sqrt(Zeta1.^2-4.*k.^2...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to fill the streamlines with another color and fill also the sphere
subplot(2,2,1) Zeta1=10; %Zeta2=0; k=.000001;U=1; alpha1=(sqrt(Zeta1.^2./2+Zeta1.*sqrt(Zeta1.^2-4.*k.^2)./2)); alpha2=(sqrt(...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why the streamlines do not appear around the sphere?
clc a = 1; % radius (m) b = a*2; c = -a*2; n = a*15; % number of intervals % the spherical coordinate solution for a fallin...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I get data from evaluating a function, say y=x^2+5 and put it in table?
How can I get data from evaluating a function, say y=x^2+5 for x=0.1 to 0.9 for 50 points in between and put it in table?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot phase angle in radian
subplot(2,2,1) %chi=1; alpha=2; lambda=0.25 %eta=0 p1=0.00139; %eta=10 p2=-0.01262; theta_rad = p1*pi/180; %...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot stream lines over sphere near to rigid wall
%subplot(2,2,1) A=[ -0.02351 0.06333 -0.00366 0.00064 -0.00012 0.00002 0.00000 0.00000 0.00000...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can I find a solution for this integral?
r=sqrt(x.^2+y.^2); theta=atan2(y,x); ab1=1;xi=2;n=10; h=@(t) (t.*(exp(-xi.*(r.*cos(theta)+ab1))-exp(-t.*(r.*cos(theta)+ab1))...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort