![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/mkehoe5uicedu_1516496810962_DEF.jpg)
Matthew Kehoe
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
164.073
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
92.31%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
12 meses hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0