Vladimir Bondarenko
Fotech Solutions Ltd
Followers: 0 Following: 0
Professional Interests: Signal Processing, Scientific Computing
Statistics
RANK
N/A
of 295.527
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1.344 of 20.242
REPUTATION
1.386
AVERAGE RATING
4.90
CONTRIBUTIONS
4 Files
DOWNLOADS
15
ALL TIME DOWNLOADS
13094
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
twitty
Interface-class to access the Twitter REST API v1.1.
meer dan 11 jaar ago | 1 download |
Solved
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
bijna 13 jaar ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
bijna 13 jaar ago
Solved
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
bijna 13 jaar ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
bijna 13 jaar ago
Solved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
bijna 13 jaar ago
Solved
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...
bijna 13 jaar ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
bijna 13 jaar ago
Submitted
arcoDemo
Interactive visualization of Elias and arithmetic coding.
bijna 13 jaar ago | 1 download |
Submitted
drawLA - Draw Toolbox for Linear Algebra.
Plot 2D/3D of vectors, planes, lines, spheres, and... display matrix equations.
meer dan 15 jaar ago | 12 downloads |