Statistica
5 Domande
0 Risposte
RANK
40.401
of 300.779
REPUTAZIONE
1
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
1
RANK
of 170.997
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
Feeds
Domanda
Given a couple of vectors with priorities, is there a fast built-in function to find the index of the largest value?
Consider that there exist three 10-dimensional vectors p1, p2, and p3, and the priority is given in order p1>p2>p3. I want to f...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Is it possible to extract the values with a vector of indices for each row without using the for statement from the matrix?
Consider the following example. A = [1, 2, 3; 4, 5, 6; 7, 8, 9; 10, 11, 12]; % reference matrix b = [2; 1; 1; 3]; % index fo...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
Is there a function where the inputs are indices and the outputs are vectors with a value of 1 of that index and the remainder?
I am finding a function (named func, here). If I type the following code y = func(10, [3, 5, 1]); then I get the following re...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Find a function that sorts each ith element in the vector by the largest of the preceding elements.
Let x = [x_1, x_2, x_3, ..., x_N]. I want to make a vector y whose ith element is given as y_i = max {x_k | k<=i}. For example...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I use equations in x- and y-labels with common fonts.
I like a defult font type that can be shown when I command plot(blah-blah-blah); xlabel('ABCD'); However, when I want to in...
oltre 6 anni fa | 0 risposte | 1

