photo

Merce Casas Prat


2012 年からアクティブ

Followers: 0   Following: 0

PhD student

統計

MATLAB Answers

2 質問
2 回答

ランク
23,548
of 301,352

評判
1

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

回答採用率
50.0%

獲得投票数
1

ランク
 of 21,240

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,116

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


how to calculate the maximum of different parts of a vector without using a for loop?
Hi! I have a vector H, which is separated in different events of known size, i.e. s=[2,5,7,2,...] and I want to find the maxi...

13年以上 前 | 5 件の回答 | 0

5

回答

回答済み
how to calculate the maximum of different parts of a vector without using a for loop?
Thanks! But I did it and as Robert suggested, this is not faster. Actually with the loop is the fastest option. THanks anyway...

13年以上 前 | 0

回答済み
split a vecor into several parts (of different sizes) to later fill a matrix.
Thank you for all the comments! I actually compared the for loop option with mat2cell+padcat and the loop is faster as some o...

13年以上 前 | 0

質問


split a vecor into several parts (of different sizes) to later fill a matrix.
Hi! I have a vector V and I want to split it in several parts of different known sizes (in the example below, the sizes would...

13年以上 前 | 4 件の回答 | 1

4

回答