Community Profile

photo

aswathy vijay


Last seen: 1日 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • First Review

バッジを表示

Feeds

表示方法

解決済み


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

3年弱 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

3年弱 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

3年弱 前

解決済み


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

3年弱 前

解決済み


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

3年弱 前

解決済み


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

質問


off axis hologram reconstruction using Hilbert transform method
Even after performing high pass filter in the Fourier space and applying Hilbert transform method to the filtered result, I am n...

約3年 前 | 0 件の回答 | 0

0

回答