Community Profile

photo

Kiran Ps


IIT Madras

Last seen: 約1年 前 2019 年からアクティブ

統計

All
  • First Review
  • Solver
  • First Answer

バッジを表示

Content Feed

表示方法

解決済み


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

約5年 前

解決済み


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

約5年 前

回答済み
Using a sample PDF to generate random numbers
One line solution would be: randomNumbers = ksdensity(dataset, rand(N,1), 'function', 'icdf');

約5年 前 | 3