
Matthew Kehoe
Statistics
9 Fragen
0 Antworten
RANG
171.458
of 273.602
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 18.460
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 123.083
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Frage
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...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als ein Jahr vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 3 Jahre vor | 1 Antwort | 0