photo

Paul


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
174,290
of 301,788

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,421

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,567

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Trapezoidal Rule Approximation of Integral and Function Use
function [integral,difference,ratio]=Trapezoidal(a,b,n0,index_f) integral = zeros(9,1); difference = zeros(9,1); ...

13 years ago | 1 answer | 0

1

answer

Question


What does the code: v = poly(1:n); accomplish?
I am attempting to create a program which will determine the effect of perturbations on root-finding methods. I have a particula...

13 years ago | 1 answer | 0

1

answer

Question


How do I plot multiple function forms on the same graph using vectors?
I am creating a program to solve for roots of functions using Newton's Method. I keep getting the error "Error using * Inner ...

13 years ago | 1 answer | 0

1

answer