Phoebe Tyson
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
199 212
of 295 527
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Feeds
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; ...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0