photo

guetty abboud


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
205,453
of 300,611

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

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

8 years ago | 1 answer | 0

1

answer

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

8 years ago | 1 answer | 0

1

answer