photo

A Alwardat


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
277 541
of 301 383

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 21 252

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 306

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


why the code takes long time to run with no results?
Hi all, I wrote this code to calculate the pressure distribution using jacobi method , but it does not run, it takes along time ...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


solving an implicit equation in any iterative method
Hi all, I want to solve this implicit equation for p1(x) using any iterative method, I do not know how to start, any help please...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


How to plot this code as ellipse shape, my code gives me the opposite shape of ellipse?? I need it in the right ellipse shape. any help plz.
Hi, this is my code. x = linspace(-0.5,0.5); y = linspace(-0.5,0.5); [X,Y] = meshgrid(x(:),y(:)); X1=X*1; Y1=Y*1; Br...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


how can I plot this formula in an ellipse shape correctly, my code gives me incorrect ellipse shape (oppiste one). any help please.
x = linspace(-1,1); y = linspace(-1,1); [X,Y] = meshgrid(x,y); Z = 3.3 + 0.8*(cos(2*Y)*cosh(2*X))+ 6.5e-10*(cos(4*Y)*cosh(2*X...

plus de 7 ans il y a | 1 réponse | 0

1

réponse