photo

guetty abboud


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答