Resuelto


Divide pi
Divide pi by x!

casi 5 años hace

Resuelto


Multiply pi
Multiply pi with x!

casi 5 años hace

Resuelto


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 =...

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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 ...

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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.

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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. ...

casi 5 años hace

Resuelto


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 ...

casi 5 años hace

Resuelto


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...

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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...

casi 5 años hace

Resuelto


to the 2 all elements
to the 2 all elements

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Converts numbers into characters
Converts numbers into characters

casi 5 años hace

Resuelto


Draw a '0' in a one matrix!

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Find the Pattern 7

casi 5 años hace

Resuelto


Find the Pattern 8

casi 5 años hace

Resuelto


Find the Pattern 9

casi 5 años hace

Resuelto


Find the Pattern 10

casi 5 años hace

Resuelto


Find the Pattern 1

casi 5 años hace

Resuelto


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

casi 5 años hace

Cargar más