photo

guetty abboud


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
264 617
of 301 545

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 319

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 285

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 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


why am i facing this error in plotting ?
a=1; CFL = 0.8; tf = 4/3;% tmax = 4/3; N=50; x = linspace(-1,1,N);% i took x = [-5;5] dx = 2 /(N-1); dt = (C...

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

1

réponse

Question


how to solve the following problem ?
<</matlabcentral/answers/uploaded_files/98767/Untitled.png>>

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

0

réponse

Question


how to solve " Undefined function 'lt' for input arguments of type 'tf'. Error in ftfs (line 5) while (t < tf) ?"
the function is : function []= ftfs() j = 1; t = 0; while (t < tf) u(1,j+1) = u(1,j) - (lambda*a).*(u(2...

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

1

réponse

Question


How can i solve the " Subscripted assignment dimension mismatch. Error in fi2 (line 12) u(:,1)= -sin(pi.*x) " ?
here is the code : a = input('Insert the value of a: '); CFL = input('Insert the value of CFL: '); dx = input('Inser...

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

1

réponse