解決済み


only multiply 1230
only multiply 1230

7年以上 前

解決済み


add 1020
just add 1020

7年以上 前

解決済み


multiply 10
just multiply 10

7年以上 前

解決済み


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

7年以上 前

解決済み


just multiply 100
just multiply

7年以上 前

解決済み


sum of all
sum all of components

7年以上 前

解決済み


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

7年以上 前

解決済み


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年以上 前

解決済み


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

7年以上 前

解決済み


factorial of a number x
Factorial of a number x

7年以上 前

問題


replae odd number with nan
do as recommended

7年以上 前 | 1 | 74 個のソルバー

解決済み


flip up and down
flip up and down the matrix

7年以上 前

解決済み


sum
sum as rows

7年以上 前

問題


sum
sum as rows

7年以上 前 | 1 | 137 個のソルバー

解決済み


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

7年以上 前

問題


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

7年以上 前 | 1 | 110 個のソルバー

解決済み


find the determinent
find the determinent of a vector

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

解決済み


multiply 2 by 2
multiply 2 by 2

7年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

解決済み


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

7年以上 前

さらに読み込む