photo

Ellie


School

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

15 질문
0 답변

순위
150,588
of 300,779

평판
0

참여
15 질문
0 답변

답변 채택
53.33%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 10년 전 | 답변 수: 4 | 0

4

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변