Sarah Sadeq
Followers: 0 Following: 0
Statistics
RANK
274,880
of 295,569
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
70.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
returning the longest substring of consecutive '1'
Hello, I've got this question, but instead of returning the largest size of the substring. It should return the the largest s...
8 years ago | 1 answer | 0
1
answerQuestion
how to output a vector, when removing duplicates from a vector?
Hello, could someone help me with this question (it's just a practice problem for a test, not graded) I'd appreciate the help...
8 years ago | 1 answer | 0
1
answerQuestion
how to generate random integers without using built-in functions?
Hello, I'm kind of stuck on this question and I'd appreciate the help. Write a function permutation that will receive a ...
8 years ago | 2 answers | 0
2
answersQuestion
How can make the Ok button on the Message Box work?
Hello! I'm working on a school project and I'm trying to display a message box that would display an error message to the use...
8 years ago | 0 answers | 0
0
answersQuestion
how do I exclude letters as an input ?
Hello, I'm working on a project and I'm trying to figure out something and was wondering if someone could help me. I'm askin...
8 years ago | 2 answers | 0
2
answersSolved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
8 years 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 ...
8 years ago
Question
How to Change the brightness of an image by using loops and no loops
Hello, I'm trying to create a function that will brighten an image by using loops and by not using loops. Can someone please...
8 years ago | 2 answers | 0
2
answersQuestion
How to write a Function that returns a matrix
Write a function named checkerBoard that will receive a positive integer n as an input argument. The function will return an n-b...
8 years ago | 1 answer | 0
1
answerQuestion
Build a matrix where each column of the image is a single color
have a homework assignment that I just need help understanding. We are to make a 4x6x3 matrix, where each column of the image is...
8 years ago | 1 answer | 0
1
answerQuestion
How to build a 3D matrix?
I have a homework assignment that I just need help understanding. We are to make a 4x6x3 matrix, where each column of the image ...
8 years ago | 1 answer | 0
1
answerQuestion
I don't know why my plot is wrong?
Hi, My question is the following: Write a script noisify.m where you first create an x vector that has integer elements ...
8 years ago | 1 answer | 0