Community Profile

photo

Alexandra Huff


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Help with this problem
Hi. I am trying to solve this problem: Write a function called simple_stats that takes a matrix N as an input and returns th...

7 years ago | 4 answers | 0

4

answers

2

answers

Question


my code works for some inputs, but not others
Hi. My function returns a positive integer scalar that is equal to the difference between the ages of the two children in days....

7 years ago | 1 answer | 0

1

answer

Question


How do you have a logical operator of true and false as your type but 0 and 1 as your value?
Hi. I am having trouble with this homework question: Write a function called eligible that helps the admission officer of the G...

7 years ago | 8 answers | 0

8

answers

Question


How do I fix my code to produce ones along the reverse diagonal?
Hi, I am having a problem with my code. function I = reverse_diag(n) I = zeros(n); I(1: n+1 : n^2)=1; ...

7 years ago | 4 answers | 1

4

answers

Question


help with this question
Hi, so I am trying to geta function that returns an output, which is the square root of the mean of the squares of the first nn ...

7 years ago | 2 answers | 1

2

answers

Question


How to find a scalar that contains the average value of the first output?
Hi, I am creating a function that return a matrix of the same size of its input elements containing the sine of the correspondin...

7 years ago | 1 answer | 0

1

answer

Question


How to get a subarray from a matrix
Hi. I am looking to solve this Question: Write a function called top_right that takes two inputs: a matrix N and a scalar non-n...

7 years ago | 3 answers | 0

3

answers

Question


What is wrong with my code?
Hi. I am trying to write a function that takes two inputs (N and n) and return a n by n array at the top right corner of N. So...

7 years ago | 3 answers | 0

3

answers

Question


what is wrong with my code
Hi. so i am trying to solve this quetion: Write a function called flip_it that has one input argument, a row vector v, and one ...

7 years ago | 2 answers | 0

2

answers

Question


How can I find the sum of the perimeter of a matrix?
Hi, I am wondering if I had a matrix [1,2,3;1,2,3;1,2,3] how I could find the sum of the perimeter. Thanks an advance.

7 years ago | 4 answers | 0

4

answers