Gelöst


rocsnr function is not working
SNRvals = [2 4 8 9.4]; rocsnr(SNRvals); [Pd,Pfa] = rocsnr(8); idx = find(Pfa==0.01); % find index for Pfa=0.01 Pd(idx)...

etwa 13 Jahre vor

Gelöst


Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]

etwa 13 Jahre vor

Gelöst


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

etwa 13 Jahre vor

Gelöst


Sum the elements in either diagonal of a square matrix
Sum the elements of a square matrix that lie on either the major diagonal or anti-diagonal.

etwa 13 Jahre vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

etwa 13 Jahre vor

Gelöst


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

etwa 13 Jahre vor

Gelöst


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

etwa 13 Jahre vor

Gelöst


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

etwa 13 Jahre vor

Gelöst


COUNT VOWEL 2
The objective of this problem is to determine the number of unique vowels used in the given string. Now count vowels in STRI...

etwa 13 Jahre vor

Gelöst


factor to number
e.g. input number x=10 then it should produce y=25 or x=100 then y should be 2255. write a function or code to generate the same...

etwa 13 Jahre vor

Gelöst


Power The Product
EXAMPLE: INPUT x=10 & y=10 OUTPUT z=1000000 or, INPUT x=2 & y=3 OUTPUT z= 216 you just need to calculate the product first...

etwa 13 Jahre vor

Gelöst


Square area
Calculate the area of square

etwa 13 Jahre vor

Gelöst


calculate square
r=2 a=3

etwa 13 Jahre vor

Gelöst


Find the minimum element of the matrix
Example: If x = [3 9; 5 2] then y = 2

etwa 13 Jahre vor

Gelöst


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

etwa 13 Jahre vor

Gelöst


Who is the man
Answer Who is the man

etwa 13 Jahre vor

Gelöst


calculate km to m
calculate 1123 km to m

etwa 13 Jahre vor

Gelöst


Number of elements in matrix
Just return number of elements in the matrix

etwa 13 Jahre vor

Gelöst


m-->cm
m-->cm

etwa 13 Jahre vor

Gelöst


rewrite vector
rewrite vector [1 2 1]

etwa 13 Jahre vor

Gelöst


length of vector
give a length of vector

etwa 13 Jahre vor

Gelöst


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

etwa 13 Jahre vor

Gelöst


to the power
fix code

etwa 13 Jahre vor

Gelöst


supercar
write supercar

etwa 13 Jahre vor

Gelöst


Number of columns in matrix
Return the number of columns in matrix

etwa 13 Jahre vor

Gelöst


Number of rows in matrix
Return the number of rows in matrix

etwa 13 Jahre vor

Gelöst


Length of the vector
Return the length of given vector

etwa 13 Jahre vor

Gelöst


calculate squre
...

etwa 13 Jahre vor

Gelöst


The first problem!
Just to test it

etwa 13 Jahre vor

Gelöst


how many tails got the dog
how many tails got the dog

etwa 13 Jahre vor

Mehr laden