n


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
240,698
of 301,172

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

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


How to write the Taylor Series approximation for arctan?
Here's the Taylor Series approximation: arctan(x) = x - (1/3)x^3 + (1/5)x^5 - (1/7)x^7... I want to write a function with...

11 years ago | 1 answer | 0

1

answer

Question


What's wrong with my code? (Beginner's question; geometric sum)
This is the sum I'm trying to use: 1 + r^2 + r^4 + r^6 + ... + r^n If n isn't even, I'm supposed to display an error. H...

11 years ago | 2 answers | 0

2

answers

Question


How to properly write this sum using a for loop? (Beginner's question)
The sum I'm trying to write is: 1 + r^2 + r^4 + r^6 + ... + r^n If n isn't even, I'm to display an error. Here's my cod...

11 years ago | 1 answer | 0

1

answer

Question


Another way to create a string of lowercase letters?
I'm trying to create a function that will create a string of as many lowercase characters from a-z as specified by the input. ...

11 years ago | 1 answer | 0

1

answer

Question


What is wrong with my code? (Beginner's question)
Function 1: function [x,y]=func1(x,y) x = input('Enter how many tickets you would like: '); y = input('Enter ...

11 years ago | 1 answer | 0

1

answer