Ariela Glikman
Followers: 0 Following: 0
Statistica
11 Domande
0 Risposte
RANK
126.230
of 295.527
REPUTAZIONE
0
CONTRIBUTI
11 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
18.18%
VOTI RICEVUTI
0
RANK
of 154.057
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
number of appearnces of each digit
hi, i have to drew a bar of the number of appearances of each digit. The X label should be the numerical digit and the Y labe...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
error using the cellfun function
Hi guys,I have a cell with names (first.last) and I wrote a function who receives names and checking if they are written correct...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
convert cell in minutes to seconds vector
hi, i have the cell time = {[3,41] [2,59] [3,12] [5,27]} ie : [2 30] is 2.5 minutes, and i need the time in secounds. ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
cell of minutes and seconds
hi, i have cell of minutes and seconds, and i need it on minutes. the cell is: time= {[3,41] [2,59] [3,12] [5,27]} ie: [...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
sorting skalars and string
hi, i have cell array with strings and skalars name : 'hun.mat' this is the cell: hun= {'chocolate',40,'strawberry jam',50,'...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
random vector (1,10)
hi, im tring to make a vector size (1,10) who has random integers between 1 to a, ( but only round numbers ) v= a-1 .* r...
quasi 6 anni fa | 2 risposte | 0
2
risposteDomanda
flip a matrix using loops
hi, im tring to flip a matrix usind withot the flip function for ex: [1 3 -2; -4 4 8; 7 -1 3] will cange to [7 -1 3; -4 ...
quasi 6 anni fa | 2 risposte | 0
2
risposteDomanda
sum all columns in a matrix
hi, i want to sum all the columns of some matrix. but without using a loop or the sum function. for ex: for the matrix [1...
quasi 6 anni fa | 2 risposte | 0
2
risposteDomanda
hey how can i make column output?
hey how can i make column output? (and not row vec) % the function gets a vector of numbers (=vecOfNum) % and return output v...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
cumulative average for each element
hey, i need to build a function who receives a vector and return the cumulative average for each element . for ex: vecMean([1...
quasi 6 anni fa | 2 risposte | 0
2
risposteDomanda
hi, im tring to make a new vector from some exics one.
grades= [87 81 87 80 94 87 62]; scholarship=[]; for i=i:length(grades) if (grades (i)>85) scholarship(i)=grad...
circa 6 anni fa | 2 risposte | 0