Statistiques
11 Questions
0 Réponses
RANG
13 505
of 300 788
RÉPUTATION
3
CONTRIBUTIONS
11 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
72.73%
VOTES REÇUS
2
RANG
of 21 091
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 083
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
presque 9 ans il y a | 4 réponses | 0
4
réponsesQuestion
If you have an input argument v that is a row-vector and another input a, that is a scalar. How do you have a function that moves every element of v that is equal to a to the end of the vector?
For example, x= move ([1 2 3 4], 2), i want x to equal to [1 3 4 2] thanks an advance
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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....
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 8 réponses | 0
8
réponsesQuestion
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; ...
plus de 9 ans il y a | 4 réponses | 1
4
réponsesQuestion
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 ...
plus de 9 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
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 ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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.
plus de 9 ans il y a | 4 réponses | 0
