photo

SANGWOO CHANG


2016 年からアクティブ

Followers: 0   Following: 0

統計

Cody

1 問題
398 解答

ランク
N/A
of 301,301

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,236

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
575
of 173,897

コントリビューション
1 問題
398 解答

スコア
3,435

バッジ数
7

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

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

平均評価

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

平均いいねの数

  • Quiz Master
  • Speed Demon
  • Creator
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


MPH to MPS
Given mps, find the speed in miles per hour.

約9年 前

解決済み


Rankine to Celsius Converter
Given input R, rankine, convert into degrees Celsius.

約9年 前

解決済み


Multiply a vector
Multiply a vector

約9年 前

解決済み


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

約9年 前

解決済み


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

約9年 前

解決済み


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

約9年 前

解決済み


Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...

約9年 前

解決済み


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

約9年 前

解決済み


Reindex a vector
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX has integers. Place th...

約9年 前

解決済み


First
Square the input

約9年 前

解決済み


replace component
given vector x make new vector with x(3)=3

9年以上 前

解決済み


Double down!
Let's double the 'x'

9年以上 前

解決済み


divide 2
dividing 2

9年以上 前

解決済み


square
square

9年以上 前

解決済み


add 2016
add 2016

9年以上 前

解決済み


add -1
If given x=3, The answer is 2

9年以上 前

解決済み


multiply 3 by 3
x=3 y=3*x

9年以上 前

解決済み


only multiply 1230
only multiply 1230

9年以上 前

解決済み


multiply 10
just multiply 10

9年以上 前

解決済み


just multiply 100
just multiply

9年以上 前

解決済み


Triple Down!
Triple Down!

9年以上 前

解決済み


just solved
solved given x answer y must be x+2*3/6

9年以上 前

解決済み


only add 50
add 50

9年以上 前

解決済み


sum of all
sum all of components

9年以上 前

解決済み


add 1050
just add 1050

9年以上 前

解決済み


add 1020
just add 1020

9年以上 前

解決済み


only add 1
add 1

9年以上 前

解決済み


only add 100
add 100

9年以上 前

解決済み


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

9年以上 前

解決済み


Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...

9年以上 前

さらに読み込む