統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,169
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
If I have a string with both numbers and letter in it, how would I get the value at a column, and if it is a number convert it to not a string?
For example say I have 'b,d,c,15' and I want to know the value in column 4. If i just grabbed it it would come out as {'15'}. I ...
約5年 前 | 1 件の回答 | 0
1
回答質問
How to count the number of letter case changes in a string array
If i had a string like 'hfeHDdheD' for example. The case changes 3 times. How would i get matlab to take any string and have it ...
約5年 前 | 1 件の回答 | 0
1
回答質問
convert time in seconds after midnight to a certain interval
Given the time in seconds after midnight and an interval of what minutes it needs to be rounded to. So for example, if the outpu...
約5年 前 | 1 件の回答 | 0
1
回答質問
How to find the Nth largest value in array? Even with duplicate values?
If i wanted to know what the the 2nd, 3rd, 4th whatever largest value was in my array, how would i do that? I thought at first j...
約5年 前 | 1 件の回答 | 0
1
回答質問
Replacing all values of a with b in a matrix?
Say I define that a and b are 3 and 4, respectively. I heva a matrix M that I want to swap all instances of a with b. How would ...
約5年 前 | 1 件の回答 | 0
1
回答質問
Given the function of a line (linear), how can I get the number of occurrences that given points land above or below that line?
So, I'm working on a code that I know a line, let's say its in the form y=mx+b and its just y=x in this case (for simplicity). A...
約5年 前 | 1 件の回答 | 0

