Ondrej Budac - MATLAB Central
photo

Ondrej Budac


EPFL Lausanne

2014 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersFile ExchangeFrom 04/14 to 04/25Use left and right arrows to move selectionFrom 04/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 質問
2 回答

File Exchange

1 ファイル

ランク
265,954
of 298,313

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
15,045 of 20,563

評判
12

平均評価
0.00

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

ダウンロード
1

ALL TIME ダウンロード
123

ランク

of 160,817

コントリビューション
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)

11年弱 前 | ダウンロード 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

回答