Community Profile

photo

SANGWOO CHANG


Con actividad desde 2016

Estadísticas

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

Ver insignias

Content Feed

Ver por

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


Multiply a vector
Multiply a vector

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


First
Square the input

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


Double down!
Let's double the 'x'

más de 7 años hace

Resuelto


divide 2
dividing 2

más de 7 años hace

Resuelto


square
square

más de 7 años hace

Resuelto


add 2016
add 2016

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


only multiply 1230
only multiply 1230

más de 7 años hace

Resuelto


multiply 10
just multiply 10

más de 7 años hace

Resuelto


just multiply 100
just multiply

más de 7 años hace

Resuelto


Triple Down!
Triple Down!

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


only add 50
add 50

más de 7 años hace

Resuelto


sum of all
sum all of components

más de 7 años hace

Resuelto


add 1050
just add 1050

más de 7 años hace

Resuelto


add 1020
just add 1020

más de 7 años hace

Resuelto


only add 1
add 1

más de 7 años hace

Resuelto


only add 100
add 100

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Cargar más