photo

Britnie Casillas


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
147 840
of 300 379

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 20 931

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 299

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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, ...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 2 réponses | 0

2

réponses