Statistics
8 Questions
                        0 Answers
RANK
147,842
                          
                          
of 300,392
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          8 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            75.0%
                        
VOTES RECEIVED
0
RANK
 of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,373
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
Feeds
Question
integers to English phrase
I am trying to create a function that converts double digits between 21 and 39 into its english phrase. I think I have the be...
6 years ago | 1 answer | 0
1
answerQuestion
list of telephone numbers
I am trying to create a code that reads a file and search for a particular name and display the line with the first, last name, ...
6 years ago | 0 answers | 0
0
answersQuestion
removing non prime number function
I am trying to create a function that removes nonprime numbers from a file. My file is integersB.txt: 11 2 3 709 303 288...
6 years ago | 2 answers | 0
2
answersQuestion
Creating a function to return a string into upper and lower case
I am trying to create a function where U returns all the characters in the string in uppercase and where L returns all the chara...
6 years ago | 1 answer | 0
1
answerQuestion
remove occurrences of given characters in a string using find and []
function f=test(s,c) f=regexp(find(s=='c'))=[]; end my s='now is the time for all good' I am trying to remove all the o's i...
6 years ago | 1 answer | 0
1
answerQuestion
write a three_max function
* not a homework question. This is a practice question for an upcoming exam Write a function, three_max, which takes three num...
6 years ago | 1 answer | 0
1
answerQuestion
how do I calculate pi
question: calculating pi: pi/4= 1-(1/3)+(1/5)-(1/7)+(1/9)-... (a) which comes from arctanx= x-(x^3/3)+(x^5/5)-(x^7/7)+(x^9/9...
6 years ago | 1 answer | 0
1
answerQuestion
Sum of alternating series
How do you find the sum of a series with alternate signs. I know how to find with same signs but not alternating. I have no idea...
6 years ago | 2 answers | 0
 
        
