photo

Joao Ejarque


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
0 답변

순위
282,875
of 301,811

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
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...

거의 13년 전 | 답변 수: 1 | 0

1

답변