Statistica
RANK
19.648
of 300.840
REPUTAZIONE
2
CONTRIBUTI
3 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
1
RANK
of 171.238
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
Risposto
Minimum value,row and column
Can't you just go * A = some matrix * [row,collum] = find(A == min(min(A))) * min_val = S(row,collum)
Minimum value,row and column
Can't you just go * A = some matrix * [row,collum] = find(A == min(min(A))) * min_val = S(row,collum)
oltre 8 anni fa | 0
Domanda
Is there a way to return a variable name from the variable value?
Just say a=2; is there a way to return an answer of a using the value 2?
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
How do i print '^' in sprintf?
* Just say * a = 2 * b = 3 * and i wanted to print " a*x^b " using sprintf * why is it when in use sprintf('%.2f*x^%.2f',a...
oltre 8 anni fa | 1 risposta | 0
1
rispostaRisposto
Plotting multiple lines with difference specific colours via plot function
You can't combine everything into one single plot function. What you can do is combine different plots via using hold on/off ...
Plotting multiple lines with difference specific colours via plot function
You can't combine everything into one single plot function. What you can do is combine different plots via using hold on/off ...
oltre 8 anni fa | 1
Domanda
Plotting multiple lines with difference specific colours via plot function
Is there any way to use the plot function to plot multiple lines, each having a specific colour? e.g plot(x1,y1,'-','color',[...
oltre 8 anni fa | 2 risposte | 0
