photo

Britnie Casillas


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
106,530
of 300,302

評判
0

コントリビューション
8 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 20,911

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,040

コントリビューション
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

回答