photo

Britnie Casillas


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
247,792
of 300,381

평판
0

참여
8 질문
0 답변

답변 채택
75.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변