charlotte davis - MATLAB Central
photo

charlotte davis


Rensselaer Polytechnic Institute

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 10/14 to 01/25Use left and right arrows to move selectionFrom 10/14Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
193,517
of 296,446

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

  • Thankful Level 1

View badges

Feeds

View by

Question


help with this matlab script
Write a MATLAB script which will load an n x 2 matrix A of data and determine slope m and y intercept b of a line which minimize...

10 years ago | 1 answer | 0

1

answer

Question


approximating pi with taylor series expansion to the 10,000th term
This was my code: I=0 while (I<10000) I=((-1)^I)/(2*I+1) end x=4*I so when I do that the answer shows as x ...

10 years ago | 1 answer | 0

1

answer
Go to top of page