photo

Angela Timochina


Last seen: environ 5 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
18 Solutions

RANG
N/A
of 301 800

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 411

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
36 895
of 176 593

CONTRIBUTIONS
0 Problèmes
18 Solutions

SCORE
130

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Leader
  • Speed Demon
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

plus de 9 ans il y a

A résolu


mean
Calculate the mean of a given vector (with positive elements) and return them in a vector.

plus de 9 ans il y a

A résolu


matrix of zeros
Given n, create an n-by-n matrix of zeros.

plus de 9 ans il y a

A résolu


ascii
Using matlab, give the symbol that is associated with ASCii code 101.

plus de 9 ans il y a

A résolu


extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.

plus de 9 ans il y a

A résolu


counting down
Create a vector that counts from 1000 to 400 in increments of 50.

plus de 9 ans il y a

A résolu


transpose of matrix
Given a vector x, the output y should equal the transpose of x.

plus de 9 ans il y a

A résolu


the length of a given vector
Given a vector x, the output y should equal the length of x.

plus de 9 ans il y a

A résolu


the difference of cubes
Given a and b, return the difference of cubes a^3 - b^3 in c.

plus de 9 ans il y a

A résolu


subtract two numbers
Given a and b, return the difference a-b in c.

plus de 9 ans il y a

A résolu


complex numbers
For complex number z=a+bi, write code that will multiply a and b together.

plus de 9 ans il y a

A résolu


a column vector to a row vector
Write a script to convert a column (e.g. x = [1; 2; 3]) to a row (e.g. y = [1 2 3]), your script should be able to do this for a...

plus de 9 ans il y a

A résolu


a vector with a repeated entry
Create a row vector of length x, filled with 7's, for example, if x = 5 output = [7 7 7 7 7] make sure to round UP when x ...

plus de 9 ans il y a

A résolu


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

plus de 9 ans il y a

A résolu


rounding
Round 5.46 and make 'y' equal to that number.

plus de 9 ans il y a

A résolu


square root
Write a script that returns the square root of the elements in x. e.g. x = [1 4 9 16] --> y = [1 2 3 4]

plus de 9 ans il y a

A résolu


length of a vector
Find three times the length of a given vector.

plus de 9 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 9 ans il y a