Statistics
15 Questions
0 Answers
RANK
249.520
of 295.467
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
53.33%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
When I try to implement the example for solve, x is returned
When I try to implement the example for solve in the Matlab Documentation I get solx = x, rather than solx = pi/2 like in the do...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
Add the rows of a Matrix until a certain value.
Hi All, I have this code which will add values in a vector until a certain value and then give the corresponding location. Howe...
bijna 9 jaar ago | 2 answers | 0
2
answersQuestion
How to find the index of the median of a matrix.
Hi All, Just like the function [M, I] = max(a) where a is matrix, I need to do this for median. The matrix that I will be tes...
bijna 9 jaar ago | 4 answers | 0
4
answersQuestion
Combine output from for loop into one long vecor, then put that row into a cell.
Hi all, I have this code, and it works how I would like for the first row, but I am having trouble generalizing it. y ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
How to combine the matrices that are output by the for loop.
Hi all, I am trying to combine all the outputs of a for loop into one large matrix. All the outputs are matrices. Here is my...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Sample from the previous sample, whole rows.
Hi all, My goal here is to combine these two codes that I have. The first code uses randsample from the statistics library, a...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Take samples from the previous sample
Hi all, I have set of data, the size doesn't really matter. Lets call it x1. I want to take a random set of values from x1 and...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
Shift rows by different amounts
I have a N^2 x N^2 matrix where N = 4, and I wish to shift rows 1, 5, 9, and 13 by 0. Rows 2, 6, 10, 14 by 4. Rows 3, 7, 11, 15 ...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
Perform Operation Only on Specified Rows.
I have attempted to modify this code that circshifts the even rows a specified number of times, however I would like to make it ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Perform Operation on only even rows.
How would I go about performing an operation only on the even rows. For example, you have matrix A and you want to cirshift only...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Transition Matrix that compares two elements to the next two elements.
Hi all, I am trying to modify this code to create a transition matrix that compares two elements to the next *two* elements. A...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
How would I go about modifying this code so that it will bin a set of 4 elements?
I have this following code where the is a pair of [ic(k), ic(k+1)]. Is there any way to modify it so that you can bin [[ic(k), i...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
Error Using Accumarray, Third input SZ must be a full row vector with one element for each column of SUBS
Hi All, I am having trouble using accumarray. I am getting the following error and I am having trouble figuring out why. Thanks...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
Why am I receiving this error when trying to implement sparse?
I am trying to modify this code from file exchange. It works perfectly, but it won't allow me to use data that includes zeros. I...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Implementating the use of strfind with a for loop
I am attempting to write a transition matrix and to do so I will be comparing the current state to the next state. It seems like...
meer dan 9 jaar ago | 2 answers | 0