Anton Semechko
Biomedical/R&D engineer with 10+ years of academic + industry experience and avid user of Matlab for 15+ years. Enjoy problem-solving and working on projects related bio-signal processing, medical and microscopy image processing, computational anatomy, and machine learning.
English
Pronouns:
He/him
Statistica
RANK
221
of 295.448
REPUTAZIONE
434
CONTRIBUTI
4 Domande
111 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
66
RANK
579 of 20.227
REPUTAZIONE
3.030
VALUTAZIONE MEDIA
4.90
CONTRIBUTI
10 File
DOWNLOAD
57
ALL TIME DOWNLOAD
25741
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
oltre 12 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
oltre 12 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 12 anni fa
Risolto
Eliminate unnecessary polygon vertices
Suppose you have an n-point polygon represented as an n-by-2 matrix of polygon vertices, P. Assume that the polygon is closed; t...
oltre 12 anni fa