Resuelto


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

casi 5 años hace

Resuelto


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

casi 5 años hace

Resuelto


convert matrix to single column
given any matrix, convert it to single column

casi 5 años hace

Resuelto


Are you in XY plane?
Take a point P as an input position Vector (x,y,z). If you are in XY plane, return 1 as an output otherwise return 0. Example...

casi 5 años hace

Resuelto


Find out total non zero element of matrix
Find out Non zero element of matrix A=magic(5) 17 24 1 8 15 23 5 7 14 16 4 6...

casi 5 años hace

Resuelto


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

casi 5 años hace

Resuelto


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

casi 5 años hace

Resuelto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

casi 5 años hace

Resuelto


Interior angles
Find the sum of interior angles for polygon of x sides.

casi 5 años hace

Resuelto


Rounding
Round 10.67 and make 'y' equal to that number.

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

casi 5 años hace

Resuelto


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

casi 5 años hace

Resuelto


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

casi 5 años hace

Resuelto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

casi 5 años hace

Resuelto


Test if a number is numeric or not
Test if a number is numeric or not

casi 5 años hace

Resuelto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

casi 5 años hace

Resuelto


Determine if a row vector has NaN
Determine if a row vector x has NaN

casi 5 años hace

Resuelto


factorial of a number x
Factorial of a number x

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

casi 5 años hace

Resuelto


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

casi 5 años hace

Resuelto


Remove and Sort
Given a randomized array n, sort it and remove all odd integers. n=5 y = [2 4]

casi 5 años hace

Resuelto


Product of Array
Given an array of numbers. Get the product of the array.

casi 5 años hace

Resuelto


Is It a Palindrome?
Given a string or array, determine if it is a palindrome.

casi 5 años hace

Resuelto


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

casi 5 años hace

Resuelto


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

casi 5 años hace

Resuelto


Remove the Zero
Given an array n, remove all zeros

casi 5 años hace

Resuelto


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

casi 5 años hace

Cargar más