Elena
Followers: 0 Following: 0
German
Statistics
10 Questions
0 Answers
RANK
201,439
of 295,448
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
90.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
adding answers into cell array
so i have a loop function that everytime it runs generates an output. example: res = 'random words' next time it runs... re...
2 years ago | 2 answers | 0
2
answersQuestion
How to bold in a sprintf function?
For below, m and b are going to be numbers, how can i make only those parts of the statement bold? I know its \bf somewhere but ...
2 years ago | 3 answers | 0
3
answersQuestion
streak in a character array
how might i find the max streak number for a character array? ex: something like 'aaaaBBc' would return 4 because thats the l...
2 years ago | 2 answers | 0
2
answersQuestion
Max difference in a table column
PLS HELP! Error! I've got a table with about 20 numeric values seperated by different rows in one column. I would like to find ...
2 years ago | 1 answer | 0
1
answerQuestion
How to select a character array if it has a specific end value
say this is my input: emails = 'myemail@gmail.com, random@yahoo.com, notanemail' I would only want to select the values that...
2 years ago | 1 answer | 0
1
answerQuestion
how to extract a value with a specific character out of an character array
a great example to describe this would be for emails. Say we have an input of: emails = 'someone, random@gmail, other' how ...
2 years ago | 1 answer | 0
1
answerQuestion
return value of [ ] for an 'if' or 'for' function
Say I have any function and the input can be input = 123. For this function, only numbers can work as the input or else the re...
2 years ago | 1 answer | 0
1
answerQuestion
cosine estimate taylor series
sos, trying to fix in 30 min, not sure what is going wrong, im getiing 1.6985 e 5 and answer should be 0.6916. function res =...
2 years ago | 2 answers | 0
2
answersQuestion
rounded time value with intervals
Im trying to convey the seconds since midnight into the format HH:MM PM (or AM). So far I have this: secondsSinceMidnight = ...
3 years ago | 2 answers | 0
2
answersQuestion
symmetrical character array with only letters
Im trying to make a function that gives a logical true if the character array is symmetrical and logical false if not. So far...
3 years ago | 1 answer | 0