photo

Soobok


Last seen: 約1ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

hi

Programming Languages:
Python
Spoken Languages:
Korean

統計

Cody

3 問題
522 解答

ランク
N/A
of 300,788

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,091

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
276
of 171,083

コントリビューション
3 問題
522 解答

スコア
5,673

バッジ数
9

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Quiz Master
  • Treasure Hunt Participant
  • Leader
  • Speed Demon
  • Creator
  • Promoter
  • Commenter
  • Community Group Solver
  • First Review
  • Scavenger Finisher
  • CUP Challenge Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Find Logic 1

2ヶ月 前

解決済み


Find Logic 4

2ヶ月 前

解決済み


Minkowski distance

2ヶ月 前

解決済み


Find out output of following expression
Find out output of following expression Q=2log10 x+cos π+√(5yz)+|x^2-y^2 |

約3年 前

解決済み


Average speed for the entire trip
The input is two speeds (for the trip and return trip) and output is average speed. Assume units are consistent, say miles per h...

約3年 前

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

約4年 前

解決済み


Summy's even sum

約5年 前

解決済み


Summy's odd sum

約5年 前

解決済み


How many figures currently exist?
Return the number of figures that exist at any given time.

約5年 前

解決済み


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

約5年 前

解決済み


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

約5年 前

解決済み


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

約5年 前

解決済み


Multiply 2 numbers
Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, pro...

約5年 前

解決済み


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

約5年 前

解決済み


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

約5年 前

解決済み


Find max
Find the maximum value of a given vector or matrix.

約5年 前

解決済み


Equal to their cube
Tell me three real numbers that are equal to their cubes?

約5年 前

解決済み


MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string. For example A='harsa'; b='harish'; result '1' ...

約5年 前

解決済み


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;

約5年 前

解決済み


Given a vector x, return vector y with all negative elements from the vector x.
Given a vector x, return vector y with all negative elements from the vector x if x has negative elements. Otherwise return 0. ...

約5年 前

解決済み


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

約5年 前

解決済み


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

約5年 前

解決済み


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

約5年 前

解決済み


So many choices
For inputs _n_ and _k_ (in that order), output the number of ways that k objects can be chosen from amongst n distinct objects. ...

約5年 前

解決済み


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

約5年 前

解決済み


Find Logic 9

約5年 前

解決済み


Find Logic 13

約5年 前

解決済み


Saving MATLAB session to a file
How to save MATLAB session to a file?

約5年 前

解決済み


Pass the Threshold!!
Write a Matlab function that will take as input a matrix of arbitrary dimensions and a scalar threshold value, and return a vec...

約5年 前

解決済み


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

約5年 前

さらに読み込む