photo

Phoebe Tyson


Last seen: 대략 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Vector not recognised after while loop ends but still shows as output?
I have created a function function [u,yhat] = power_method(M,y0,TOL) uvec=zeros(1,100); j=0; y=y0; y=M*y; ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


1D diffusion equation with different dx and dt
I'm trying to compare and approximation of the 1D diffusion equation with the real value with different step size dx=h and dt. B...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Undefined function 'minus' for input arguments of type 'function_handle'. and no output
function [t,u]=fixeddiffusion(h,dt,t0,theta,u0,uN,uinitial,x0,xN,uexact) N=(xN-x0)/h; x=zeros(N+1,1); x(1)=x0; x(N+1)=xN; u...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Blank figures appearing for plots
I've create an adaptive time-stepping function and I'm trying to plot the graphs but it is just creating blank figures. Here i...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Conversion to double from function_handle is not possible error message
I'm trying to approximate the 1D diffusion equation and when i try to run the function I get the error message "Conversion to do...

4년 초과 전 | 답변 수: 1 | 0

1

답변