Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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.

13 years ago

Solved


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

13 years ago

Solved


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;

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


Square area
Calculate the area of square

13 years ago

Solved


calculate square
r=2 a=3

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


Who is the man
Answer Who is the man

13 years ago

Solved


calculate km to m
calculate 1123 km to m

13 years ago

Solved


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

13 years ago

Solved


m-->cm
m-->cm

13 years ago

Solved


rewrite vector
rewrite vector [1 2 1]

13 years ago

Solved


length of vector
give a length of vector

13 years ago

Solved


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

13 years ago

Solved


to the power
fix code

13 years ago

Solved


supercar
write supercar

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


Length of the vector
Return the length of given vector

13 years ago

Solved


calculate squre
...

13 years ago

Solved


The first problem!
Just to test it

13 years ago

Solved


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

13 years ago

Load more