A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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.

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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;

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


Square area
Calculate the area of square

environ 13 ans il y a

A résolu


calculate square
r=2 a=3

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


Who is the man
Answer Who is the man

environ 13 ans il y a

A résolu


calculate km to m
calculate 1123 km to m

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


m-->cm
m-->cm

environ 13 ans il y a

A résolu


rewrite vector
rewrite vector [1 2 1]

environ 13 ans il y a

A résolu


length of vector
give a length of vector

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


to the power
fix code

environ 13 ans il y a

A résolu


supercar
write supercar

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

A résolu


Length of the vector
Return the length of given vector

environ 13 ans il y a

A résolu


calculate squre
...

environ 13 ans il y a

A résolu


The first problem!
Just to test it

environ 13 ans il y a

A résolu


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

environ 13 ans il y a

Charger plus