Gelöst


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

fast 4 Jahre vor

Gelöst


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

fast 4 Jahre vor

Gelöst


Upper triangular matrix
Create a function to retrieve the upper triangular matrix of a matrix (without using tril). The matrix will always be square. ...

fast 4 Jahre vor

Gelöst


sign function

fast 4 Jahre vor

Gelöst


Real

fast 4 Jahre vor

Gelöst


area

fast 4 Jahre vor

Gelöst


Summy's odd sum

fast 4 Jahre vor

Gelöst


Summation of integers

fast 4 Jahre vor

Gelöst


Summy's even sum

fast 4 Jahre vor

Gelöst


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

fast 4 Jahre vor

Gelöst


Weighted average
Given two lists of numbers, determine the weighted average as follows Example [1 2 3] and [10 15 20] should result in 33.3...

fast 4 Jahre vor

Gelöst


"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...

fast 4 Jahre vor

Gelöst


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

fast 4 Jahre vor

Gelöst


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

fast 4 Jahre vor

Gelöst


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

fast 4 Jahre vor

Gelöst


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

fast 4 Jahre vor

Gelöst


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

fast 4 Jahre vor

Gelöst


Energy Conversion 2

fast 4 Jahre vor

Gelöst


Energy Conversion 1

fast 4 Jahre vor

Gelöst


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

fast 4 Jahre vor

Gelöst


Area Conversion 2

fast 4 Jahre vor

Gelöst


Area Conversion 1

fast 4 Jahre vor

Gelöst


Mass Conversion 2

fast 4 Jahre vor

Gelöst


Mass Conversion 1

fast 4 Jahre vor

Gelöst


Temperature Conversion 3

fast 4 Jahre vor

Gelöst


Temperature Conversion 2

fast 4 Jahre vor

Gelöst


Temperature Conversion 1

fast 4 Jahre vor

Gelöst


Draw a '4' in a zero matrix!

fast 4 Jahre vor

Gelöst


Draw a '6' in a zero matrix!

fast 4 Jahre vor

Gelöst


Draw a '9' in a zero matrix!

fast 4 Jahre vor

Mehr laden