
Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Deep Learning with Images, Machine Learning and Deep Learning
MATLAB
Spoken Languages:
English
Professional Interests:
Deep Learning with Images, Machine Learning and Deep Learning
Statistics
All
MATLAB Answers
1 질문
0 답변
2 문제
751 해답
순위
255,751
of 260,165
평판
0
참여
1 질문
0 답변
답변 채택
100.0%
획득한 표
0
순위
99
of 111,700
참여
2 문제
751 해답
점수
9,729
배지 수
33
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...
9일 전
해결됨
Divisors of an integer
Given a number N, return a vector V of all integers that divide N. For example, N = 10 Then V=[1 2 5 10]
9일 전
해결됨
Sum the Digits of a Number
Given an integer, sum the digits repeatedly until you end up with a single value less than 10. For example, if you add the di...
9일 전
해결됨
MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string. For example A='harsa'; b='harish'; result '1' ...
9일 전
해결됨
Basic commands - Greatest common divisor
Please write a function, which, will put as output greatest common divisor. Example: A = [-5 17; 10 0];...
9일 전
해결됨
Basic commands - amount of inputs
Make a function, which will return amount of given inputs Example: amountinput(1,2,4,3,10) -> 5 , because we gave functio...
9일 전
해결됨
Maximum running product for a string of numbers
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...
9일 전
해결됨
Remove and Sort
Given a randomized array n, sort it and remove all odd integers. n=5 y = [2 4]
9일 전
해결됨
Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...
9일 전
해결됨
Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...
9일 전
해결됨
Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.
9일 전
해결됨
01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>
9일 전
해결됨
No Twins?
Write a function that accepts as input a vector and returns the same vector, but retaining only the first occurrence of an eleme...
9일 전
해결됨
vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.
9일 전
해결됨
Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;
9일 전