photo

RozuSolo


Last seen: 3 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Programming Languages:
C++

Statistica

MATLAB Answers

2 Domande
1 Risposta

RANK
20.084
of 301.204

REPUTAZIONE
2

CONTRIBUTI
2 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
1

RANK
 of 21.191

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.368

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 1

Visualizza badge

Feeds

Visto da

Risposto
row that increases more every element
nvm I got it.. It's just two vectors multiplied to each other [3, n] .* [3, n] so each element is 3x3 4x4 5x5 6x6 ect...

quasi 4 anni fa | 1

| accettato

Domanda


row that increases more every element
Hello, I was wondering how I would make an array that increases more every element for example: given lets say n=randi([10 ...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


how do I flip ever column in a matrix without using the fliplr function?
n = randi([4,15]); n_mat = randi ( [1,100], n, n) this generates a matrix, and I want basically do the "fliplr" command with j...

quasi 4 anni fa | 1 risposta | 0

1

risposta