photo

Sterlin


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
274,455
of 300,343

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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 1

View badges

Feeds

View by

0

answers

Question


Matlab code for Maclaurin series expansion using cos(x) =1 and iterating adding a term at a time until I have an estimate for Cos(pi/3)?
What is a good way to write the Maclaurin series expansion for cos(x), beginning with cos(x)=1 and adding terms one at a time to...

12 years ago | 2 answers | 0

2

answers

Question


How do I request a user input value, but if the user does not enter it, I assign a default value instead?
= input ('Enter the relative error:');

12 years ago | 2 answers | 0

2

answers

Question


How do I code to normalize a matrix by dividing each index by the max abs value in the row
A = input('Enter matrix for normalization:'); [x,y] = size(A); z=abs(C); m=0; n=0; for i=1:x ...

12 years ago | 2 answers | 0

2

answers