Community Profile

photo

imrankhan ajees


Tata consultancy services

Last seen: presque 4 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Contact

Statistiques

All
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

plus de 4 ans il y a

A résolu


square root
Find the square root (y) of an input (x).

plus de 4 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 4 ans il y a

Question


CNN for sensor values
can i give sensor values in cnn ?

plus de 4 ans il y a | 1 réponse | 0

0

réponse

A résolu


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

plus de 4 ans il y a

A résolu


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

plus de 4 ans il y a

A résolu


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

presque 5 ans il y a

A résolu


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

presque 5 ans il y a

A résolu


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

presque 5 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

presque 5 ans il y a

A résolu


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

presque 5 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

presque 5 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

presque 5 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

presque 5 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

presque 5 ans il y a

A résolu


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

presque 5 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

presque 5 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

presque 5 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 5 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 5 ans il y a

Question


how to make this integration equation??? in matlab
how to make this equation using matlab

presque 5 ans il y a | 1 réponse | 0

0

réponse

A répondu
Help: Subplot function
you have to use the subplot function first to plot many graphs in an figure. here i am giving you an example of the subplot you ...

presque 5 ans il y a | 0

Question


Video Compression Using Sprite Coding
Is there any sprite coding in matlab for the process of video compression help me to get out of it .

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


how can i reduce the bit rate of a video using matlab
i got suck in above mentioned thing please help me with any sugesstion to reduce the bitrate

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


motion based video compression code plesae
can any one help me with the code for motion based video comression .

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Charger plus