photo

Arda


Last seen: 12 days ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
284,180
of 300,571

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

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

View badges

Feeds

View by

Question


I am getting "Array indices must be positive integers or logical values" in my code.
x = 5; errorThreshold = 0.001; approximatedCos = 0; for i = 0:20 term = ((-1)^i) * (x^(2*i)) / factorial(2*i); ...

2 years ago | 2 answers | 0

2

answers

Question


How can I write a rational functions?
I just started learning MATLAB and I don't know how to write rational functions. The question asks me to record a function every...

2 years ago | 1 answer | 0

1

answer