Ariela Glikman
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
126,252
of 295,673
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
18.18%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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. ...
6 years ago | 1 answer | 0
1
answerQuestion
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: [...
6 years ago | 1 answer | 0
1
answerQuestion
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,'...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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 ...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 2 answers | 0