Community Profile

photo

SANGWOO CHANG


2016 年からアクティブ

統計

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

バッジを表示

Content Feed

表示方法

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


Multiply a vector
Multiply a vector

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


First
Square the input

7年以上 前

解決済み


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

7年以上 前

解決済み


Double down!
Let's double the 'x'

7年以上 前

解決済み


divide 2
dividing 2

7年以上 前

解決済み


square
square

7年以上 前

解決済み


add 2016
add 2016

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


only multiply 1230
only multiply 1230

7年以上 前

解決済み


multiply 10
just multiply 10

7年以上 前

解決済み


just multiply 100
just multiply

7年以上 前

解決済み


Triple Down!
Triple Down!

7年以上 前

解決済み


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

7年以上 前

解決済み


only add 50
add 50

7年以上 前

解決済み


sum of all
sum all of components

7年以上 前

解決済み


add 1050
just add 1050

7年以上 前

解決済み


add 1020
just add 1020

7年以上 前

解決済み


only add 1
add 1

7年以上 前

解決済み


only add 100
add 100

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

さらに読み込む