photo

Joao Ejarque


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
70,806
of 301,529

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,175

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I efficiently extract a max along two dimensions, from a 4 dimensional array, without writing a double loop?
I have the following loop. It picks values from a matrix A(nb,nd). For each vaue of this matrix A it constructs a matrix B = F...

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

1

回答

質問


indexing into a matrix to eliminate a loop
This file generates an ergodic density matrix. I would like to get rid of the inner loop (over ii). The first line in the outer ...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


How can I avoid a simple loop where matrices are created and then summed?
P is a matrix of size (ny,ny); F0 is a matrix of size (nh,ny); Each row of P multiplies its respective column of F0, creating ...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


how to allocate elements of a vector into different rows in a matrix, preserving the column order?
Consider Z = zeros(4,2); X = [0.15 , 0.33]; P=[2 3]; I am looking for the simplest form of applying P to X and ...

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

1

回答

質問


indexing into a matrix
I have a dataset. It is a matrix Z with say, N total observations (rows), and K variables (columns). However, the total N obser...

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

0

回答

質問


What is the most compact way to update an index vector out of a cube?
I have 3 vectors each with n elements (n individuals). Two of them are exogenous state vectors y and r, both with n elements...

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

1

回答