photo

Daren Wade


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
157,263
of 300,499

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Array indices must be positive integers or logical values.
tFinal = 2; N = 33; h=tFinal/N; t=linspace(0,tFinal,N+1); y=zeros(1,N+1); yExact=9./(3*t-1+10*exp(t*-3)); y(0) = 1; for n...

6 years ago | 1 answer | 0

1

answer

Question


Error using / Matrix dimensions must agree
N = 10; h=tFinal/N; t=linspace(0,tFinal,N+1); % type 'help linspace' to see how this works y=zeros(1,N+1); yExact=9/((3.*t-1...

6 years ago | 1 answer | 0

1

answer