Community Profile

photo

xtremecheez


Active since 2017

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Creating 2x2 matrix is slow
I am attempting to optimize my code, especially by reducing the number of computations that are performed. This is a portion of ...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


How to combine sprintf, fractions, greek characters, and xlabel?
What is wrong with this? Each piece prints individually under the x-axis, but combining the three statements is not successful. ...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


sprintf with latex problem
I just cannot figure out what the problem is with this line, please help. I get this warning sometimes: Warning: Error upda...

bijna 6 jaar ago | 2 answers | 0

2

answers

Question


Vectorizing the colon problem
I need help with vectorizing this colon. I've looked at the solution presented by Loren <http://blogs.mathworks.com/loren/2008/1...

meer dan 6 jaar ago | 3 answers | 2

3

answers

Question


Need help removing this for loop
This is the last step in vectorizing my code, but I just can't see how to get rid of the pesky for loop. Any assistance is appre...

meer dan 6 jaar ago | 2 answers | 0

2

answers

Answered
Compare vector to matrix of unique dimensions
For anybody looking at this question in the future: Using permute as Andrei suggested, the following gives the exact answer a...

meer dan 6 jaar ago | 0

| accepted

Question


Compare vector to matrix of unique dimensions
I have a column vector (5000x1) and a matrix (5x3). I want to find the maximum index (ii = 1,2,3) for each element of the vector...

meer dan 6 jaar ago | 2 answers | 0

2

answers