Community Profile

photo

xtremecheez


自 2017 起处于活动状态

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

提问


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

6 years 前 | 3 个回答 | 2

3

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

已回答
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...

6 years 前 | 0

| 已接受

提问


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

6 years 前 | 2 个回答 | 0

2

个回答