Risolto


reverse string
input='rama' output='amar'

circa un mese fa

Risolto


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

circa un mese fa

Risolto


03 - Matrix Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3b.png>> A 9x9 matrix of zeros, but with the following v...

circa un mese fa

Risolto


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

circa un mese fa

Risolto


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

circa un mese fa

Risolto


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

circa un mese fa

Risolto


Double the 2x2 Matrix
In this challenge, you are given a predefined 2x2 matrix called x. Your task is to multiply every element in this matrix by 2 an...

circa un mese fa

Risolto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

circa un mese fa

Risolto


y equals x divided by 2
function y = x/2

circa un mese fa

Risolto


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

circa un mese fa

Risolto


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

circa un mese fa

Risolto


Division
Divide a by b.

circa un mese fa

Risolto


Multiplication
Multiply a and b.

circa un mese fa

Risolto


Squares
Find the square of x.

circa un mese fa

Risolto


Addition
Add together the values of a and b.

circa un mese fa

Risolto


Addition II
find a+b+c+d

circa un mese fa

Risolto


Divisible by 10
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

circa un mese fa

Risolto


Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.

circa un mese fa

Problema


Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.

circa un mese fa | 0 | 14 risolutori

Risolto


Divisible by 5
Pursuant to the first problem in this series, this one involves checking for divisibility by 5. Write a function to determine i...

circa un mese fa

Risolto


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

circa un mese fa

Risolto


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

circa un mese fa

Risolto


Min of a Matrix
Return the minimum value in the given matrix.

circa un mese fa

Risolto


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

circa un mese fa

Risolto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

circa un mese fa

Risolto


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

circa un mese fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

circa un mese fa

Risolto


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

circa un mese fa

Risolto


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

circa un mese fa

Risolto


only input
Return the output without writing any code into the function.

circa un mese fa

Carica altro