photo

Manny


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
176,264
of 302,049

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,520

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 178,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Not sure how to continue/finish this problem
function [n, precision, y] = MyCos(tolerance, N, x) SUM = 0; for n = 0:N SUM = SUM + (-1)^n*(x^2*n)/factorial(2*n); en...

4 years ago | 1 answer | 0

1

answer

Question


Not sure how to go farther with this problem.
The code I have is function TD = TD_Matrix(n) TD = zeros(n); for row = 2 : n-1 c1 = row-1; c2 = max([n, row+1]); ...

4 years ago | 1 answer | 0

1

answer