photo

GEETHA NANIAPPAN


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


I am having error in this programme. i gave the call function also.
Nx=41;XL=0;XR=2*pi; dx=(XR-XL)/(Nx-1); for i=1:Nx XX(i)=XL+(i-1)*dx; end cfl=0.125;dt=cfl*dx^3;tlast=1; Nstep=tlast/dt...

3 years 前 | 1 个回答 | 0

1

个回答

提问


I am in basic level in MATLAB , In the code i got the error as unrecoganised function or variable
Nx=41;XL=0;XR=2*pi; dx=(XR-XL)/(Nx-1); for i=1:Nx XX(i)=XL+(i-1)*dx; end cfl=0.125;dt=cfl*dx^3;tlast=1; Nstep=tlast/dt...

3 years 前 | 1 个回答 | 0

1

个回答