SULE SAHIN
Followers: 0 Following: 0
Statistics
RANK
99,257
of 295,527
REPUTATION
0
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Hi; Can you help me to find fault?
Write a function called sindeg that takes a matrix input called deg. The function returns a matrix of the same size as deg with ...
7 years ago | 1 answer | 0
1
answerQuestion
Can you help me ?
Write a function called year2016 that returns a row-vector of struct-s whose elements correspond to the days of a month in 2016 ...
7 years ago | 2 answers | 0
2
answersQuestion
HELP ME PLEASE??
Write a function called integerize that takes as its input a matrix A of integers of type double, and returns the name of the “s...
7 years ago | 1 answer | 0
1
answerQuestion
I have a problem
Write a function called integerize that takes as its input a matrix A of integers of type double, and returns the name of the “s...
7 years ago | 1 answer | 0
1
answerQuestion
Hi; Can you help me to find fault in my code?
Write a function called sort3 that takes a 3-element vector as its sole arguments. It uses if-statements, possibly nested, to re...
7 years ago | 4 answers | 0
4
answersHi everyone, Can you help me
function sumof = sum3and5muls(n) sumof = sum([3:3:n])+sum([5:5:n])-sum([15:15:n]); Problem 8 (sum3and5muls): ...
7 years ago | 0
Question
Hi; What is wrong in my code
If we list all the natural numbers up to 15 that are multiples of 3 or 5, we get 3, 5, 6, 9, 10, 12 and 15. The sum of these mul...
7 years ago | 1 answer | 0
1
answerQuestion
Hi everyone, Can you help me
If we list all the natural numbers up to 15 that are multiples of 3 or 5, we get 3, 5, 6, 9, 10, 12 and 15. The sum of these mul...
7 years ago | 4 answers | 0
4
answersQuestion
Hi, I have a problem. Please help me!!!
Write a function called sindeg that takes a matrix input called deg. The function returns a matrix of the same size as deg with ...
7 years ago | 1 answer | 0
1
answerQuestion
I have a problem about below question. Cab anybody help me??
Write a function called peri_sum that computes the sum of the elements of an input matrix A that are on the “perimeter” of A. In...
7 years ago | 1 answer | 0
1
answerQuestion
Hi, I try to solve below question but I have a problem, my answer is wrong
Write a function that is called like this: amag = accelerate(F1,F2,m). F1 and F2 are three-element column vectors that represent...
7 years ago | 4 answers | 0