photo

SANGWOO CHANG


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

1 个问题
398 个答案

排名
N/A
of 301,009

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,133

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
568
of 172,330

贡献数
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 years 前

已解决


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

9 years 前

已解决


Multiply a vector
Multiply a vector

9 years 前

已解决


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

9 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


First
Square the input

9 years 前

已解决


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

9 years 前

已解决


Double down!
Let's double the 'x'

9 years 前

已解决


divide 2
dividing 2

9 years 前

已解决


square
square

9 years 前

已解决


add 2016
add 2016

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


only multiply 1230
only multiply 1230

9 years 前

已解决


multiply 10
just multiply 10

9 years 前

已解决


just multiply 100
just multiply

9 years 前

已解决


Triple Down!
Triple Down!

9 years 前

已解决


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

9 years 前

已解决


only add 50
add 50

9 years 前

已解决


sum of all
sum all of components

9 years 前

已解决


add 1050
just add 1050

9 years 前

已解决


add 1020
just add 1020

9 years 前

已解决


only add 1
add 1

9 years 前

已解决


only add 100
add 100

9 years 前

已解决


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 years 前

已解决


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 years 前

加载更多