photo

Phoebe Tyson


Last seen: ongeveer 5 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
116.552
of 299.192

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20.655

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163.661

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 1

View badges

Feeds

View by

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer