photo

Ondrej Budac


EPFL Lausanne

2014 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
2 回答

File Exchange

1 ファイル

ランク
265,131
of 297,503

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
14,989 of 20,449

評判
12

平均評価
0.00

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

ダウンロード
1

ALL TIME ダウンロード
123

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


fast array substitution
a function to substitute entries of an array using rules From(i) -> To(i)

10年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
Deleting specific Rows in a matrix
If your matrix |B| has the row indices, it suffices to write A(B) = [];

11年弱 前 | 0

回答済み
What determines the shape of a logically indexed array?
Just to complete the story, the answer seems to be: If |B| is a logical array and |A| is any array, then |A(B)| is equivalent...

11年弱 前 | 0

| 採用済み

質問


What determines the shape of a logically indexed array?
Matlab help explains: " *Logical Indexing* : ... The output is always in the form of a column vector." In practice, typing ...

11年弱 前 | 2 件の回答 | 0

2

回答