Gelöst


Divide pi
Divide pi by x!

fast 5 Jahre vor

Gelöst


Multiply pi
Multiply pi with x!

fast 5 Jahre vor

Gelöst


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

fast 5 Jahre vor

Gelöst


Frobenius Norm
Write your own version of Frobenius Norm without using the 'norm' function.

fast 5 Jahre vor

Gelöst


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

fast 5 Jahre vor

Gelöst


Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...

fast 5 Jahre vor

Gelöst


Determine the length of a string of characters
Determine the length of a string of characters

fast 5 Jahre vor

Gelöst


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

fast 5 Jahre vor

Gelöst


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

fast 5 Jahre vor

Gelöst


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

fast 5 Jahre vor

Gelöst


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

fast 5 Jahre vor

Gelöst


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

fast 5 Jahre vor

Gelöst


matrix of natural number
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 resides seially as shown in the examples below. ...

fast 5 Jahre vor

Gelöst


Given a matrix, return the last eigen value
Given a matrix, return the first eigen value For example: x = magic(5) 17 24 1 8 15 23 5 7 14 ...

fast 5 Jahre vor

Gelöst


Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...

fast 5 Jahre vor

Gelöst


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

fast 5 Jahre vor

Gelöst


the average value of the elements
Calculate the average value of the elements in the array

fast 5 Jahre vor

Gelöst


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

fast 5 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

fast 5 Jahre vor

Gelöst


Double all elements in the array
Duplicate all elements in the array

fast 5 Jahre vor

Gelöst


Find the max element of the array
Find the max element of the array

fast 5 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

fast 5 Jahre vor

Gelöst


Draw a '0' in a one matrix!

fast 5 Jahre vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

fast 5 Jahre vor

Gelöst


Find the Pattern 7

fast 5 Jahre vor

Gelöst


Find the Pattern 8

fast 5 Jahre vor

Gelöst


Find the Pattern 9

fast 5 Jahre vor

Gelöst


Find the Pattern 10

fast 5 Jahre vor

Gelöst


Find the Pattern 1

fast 5 Jahre vor

Gelöst


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

fast 5 Jahre vor

Mehr laden