photo

Ellie


School

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

15 Domande
0 Risposte

RANK
150.588
of 300.765

REPUTAZIONE
0

CONTRIBUTI
15 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
53.33%

VOTI RICEVUTI
0

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.941

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 10 anni fa | 4 risposte | 0

4

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte