photo

Matthew Kehoe


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

13 질문
0 답변

순위
107,875
of 300,813

평판
0

참여
13 질문
0 답변

답변 채택
92.31%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,169

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Performance of repeating calling a function in a double for loop
Background: My program uses a double for loop to compute several corrections to a joint Taylor summation in order to numerically...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


How can I populate the rows of a difference matrix without using a for loop?
I am creating Matlab code to construct the following matrix: In my data, and are 101-dimensional real vectors and is a vec...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Using arrayfun to enhance the performance of code in a double for loop
I am writing a program to numerically approximate the solution of a two point boundary value problem. The code below goes throug...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to avoid writing a for loop in A\b when A and b are different dimensions
I am currently solving where is a 3d complex array of dimension and is a 2d real array of dimension . In order to do this, I...

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

1

답변

질문


Change the hot colormap so that the default value of 1 is white
Inside my Matlab code I am using the hot colormap in order to produce plots of the calculated reflectivity. Example 1: Subset o...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Applying vectorization techniques to speedup the performance of dividing a 3D matrix by a 2D matrix
I'm working on removing a for loop in my Matlab code to improve performance. My original code has one for loop (from j=1:Nx) tha...

4년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Efficient way to multiply a vector of size (Nx,1) with a matrix of size (Nx+1,Nx+1)
My code repeatedly computes a vector of size (Nx,1) by a matrix of size (Nx+1,Nx+1): clc; clear all; Nx = 32; a = 1.5; b = 2...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Improving the performance of matrix multiplication and division with nested for loops
My Matlab code has a section of code which repeatedly performs matrix multiplication and division (through the backslash operato...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to store and reuse coefficients in a for loop
My Matlab code has a subroutine that repeatedly executes a double for loop. While testing large simulations, this subroutine is ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Improve the speed of nested for loops through vectorization or similar methods
My Matlab code has a function that is called 10^3 - 10^7 times. I'm curious if I can improve the speed of the function through v...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Improving the speed of a double for loop through vectorization or changing summation indices
I'm writing a double for loop that computes a Pade summation subject to specific coefficients and parameters. I'm curious if the...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Suggestions for vectorizing double/triple for loops in Matlab
My Matlab code has multiple double/triple for loops which I believe cause a bottleneck when the index summation variables reach ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to implement polyval in more than one dimension when the summation includes complex coefficients
My problem involves the following double summation where are complex coefficients, and are positive constants. I think that...

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

1

답변