photo

Alexya


Last seen: 2年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
174,612
of 297,648

評判
0

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

回答採用率
55.56%

獲得投票数
0

ランク
 of 20,460

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,301

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Mask with a for loop
I wrote this code that is finding the data i want to remove, i dont know how to mask to remove it from the original vector vec ...

約2年 前 | 3 件の回答 | 0

3

回答

質問


how to count words in a cell array
I have a cell array that i want to count the words in the strings inside the cell array this is what i have so far. I need a ge...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


how to remove an entire column in a cell array
I have a cell array of ca and I need to be able to remove an entire column. So far I am able to delete the last column 'Final', ...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


using a for loop to sort a vector without sort or max/min functions
I am trying to use a for loop to sort a vector. I do not want to use sort,max,min function. this is what i have so far, i cant ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


function that ouputs the average word length in a string removing all special characters
I might be going about this all the wrong way. I need to write a function that ouputs the average word length in a string withou...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


using a while loop to add one to a vector
I am supposed to use a while loop to add one to a vector. when i use this code it goes on for infinity but my bounds are set for...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


trouble with finding sum in a for loop
I have a for loop that is supposed to find the sum of the vector. It works with most vectors except those with zeros, please hel...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to use switch statement
I need to create a function through switch statements that are from one bound to the next bound. How would i use the case to dis...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


how to split a 4x3 matrix in half
i have a 4x3 matrix that i need to split in half arr1 = [1 2 3 4;5 6 7 8;9 10 11 12] i need it to be [1 2;5 6;9 10]

2年以上 前 | 3 件の回答 | 0

3

回答