Solved


only multiply 1230
only multiply 1230

7 years ago

Solved


add 1020
just add 1020

7 years ago

Solved


multiply 10
just multiply 10

7 years ago

Solved


just solved
solved given x answer y must be x+2*3/6

7 years ago

Solved


just multiply 100
just multiply

7 years ago

Solved


sum of all
sum all of components

7 years ago

Solved


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

7 years ago

Solved


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

7 years ago

Solved


square root
Find the square root (y) of an input (x).

7 years ago

Solved


factorial of a number x
Factorial of a number x

7 years ago

Problem


replae odd number with nan
do as recommended

7 years ago | 1 | 74 solvers

Solved


flip up and down
flip up and down the matrix

7 years ago

Solved


sum
sum as rows

7 years ago

Problem


sum
sum as rows

7 years ago | 1 | 137 solvers

Solved


true or false
if the matrix has a zero, return true. else, return false

7 years ago

Problem


true or false
if the matrix has a zero, return true. else, return false

7 years ago | 1 | 110 solvers

Solved


find the determinent
find the determinent of a vector

7 years ago

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

7 years ago

Solved


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

7 years ago

Solved


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

7 years ago

Solved


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

7 years ago

Solved


multiply 2 by 2
multiply 2 by 2

7 years ago

Solved


Plus x: A first program
_Solve this problem in Mathwork's online Cody system._ Write a statement that assigns y with 5 plus x. Ex: If input x = 2,...

7 years ago

Solved


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

7 years ago

Solved


Determine the square root
Determine the square root of the value the user has entered, n.

7 years ago

Solved


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

7 years ago

Solved


Output a vector which is table of 9
Output a vector which is table of 9

7 years ago

Solved


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

7 years ago

Solved


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

7 years ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

7 years ago

Load more