photo

arthurk


Last seen: circa 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
161.630
of 301.421

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
57.14%

VOTI RICEVUTI
0

RANK
 of 21.269

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.475

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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Easier method to iterative matrix multiplication?
n = 10 matrix = zeros(n,n); matrix(1,1:n) = 2 matrix1 = zeros(n,n); matrix1(1:n,1) = 4 for i...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Trouble with spdiags and how it produces Tridiagonal matrix?
matrix = repelem([1 2 3]',[4 , 1 ,5]) matrix2 = repelem([0.5 1.5]',[5,5] ) TridiagonalMatrix = spdiags([matrix matrix2 matri...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Easiest way to make matrix have 3 sets of values
Easiest way to simplify the code below? matrix = zeros(8,1) for i = 1:3 matrix(i,1) = 1; end matrix(4,1) = 2 for i ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to use diag() once and change values after certain element?
For example: for i = 1:3 matrix(i,i) = diag(2); matrix(i,i+1) = diag(1); matrix(i+1,i) = diag(-1); end matrix(...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find the element of a number if that number were to be placed in an ordered list?
For example: list = (0:10) number= 2.5 the element it is in-between is 3 and 4 What is the most efficient way of finding wh...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Kolmogorov Smirnov test help?
I have the test data below, the kstest(x) function compares the distribution of the data below against a standard normal distrib...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to display mean and standard deviation for some values in table?
I have a table imported into Matlab. The y column is first, then x. I want the standard deviation and mean of the y values c...

oltre 6 anni fa | 1 risposta | 0

1

risposta