photo

Harshitha Eshwar


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

3 質問
0 回答

Cody

0 問題
1 解答

ランク
107,314
of 297,503

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
101,046
of 159,017

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


count repeated sequence in an array
data=[0 0 0 1 1 0 0 0 0 0 0 1 1 1 1] L = length(data) result0 = sum (data == 0) result1 = sum (data == 1) ctr1 = 0; ...

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

1

回答

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3年以上 前

質問


find number of zeros in an array
data = [ 0 0 0 1 1 0 0 0 0 0 0 1 1 1] %need the outpout as : length of each zero= (3,6) length of each ones = (2,4)

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

1

回答

質問


define an array with 15 abbreviations of the same kind
n= park_assist; m=32; c = cell (1,n); for k = 1:n c{k} = zeros (1,m);

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

0

回答