Community Profile

photo

SEUNGWOOK LEE


Last seen: 9 månader ago Active since 2020

Followers: 0   Following: 0

Statistics

  • CUP Challenge Master
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

9 månader ago

Solved


Test if a Number is a Palindrome without using any String Operations
*Description* Given an integer _X_, determine if it is a palindrome number. That is, _X_ is equal to the _X_ with the digits ...

9 månader ago

Solved


Number of Circles in a Number
Given a number, return the number of closed 'circles' in the base 10 numerical representation. Note: the number 4 has no circ...

9 månader ago

Solved


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

9 månader ago

Solved


Matlab Basics - Assigning Variables
Assign different types of data to variables: integer, double, and strings Example: A is a double, for example 2.34 B is a...

9 månader ago

Solved


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

9 månader ago

Solved


03 - Matrix Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3b.png>> A 9x9 matrix of zeros, but with the following v...

9 månader ago

Solved


Better bullseye matrix
<http://www.mathworks.com/matlabcentral/cody/problems/18-bullseye-matrix Problem 18> asks to create a bullseye matrix like this:...

9 månader ago

Solved


Number of 1s in the Binary Representation of a Number
*Description* Return the number of 1s in the (unsigned integer) binary representation of a number. This function should be ab...

9 månader ago

Solved


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

9 månader ago

Solved


Rotate counterclockwise a matrix 90 deg with left-bottom element
Example: Input [ 1 2 3 4 5 6 ] Output [ 3 6 2 5 1 4 ]

9 månader ago

Solved


expand intervals vol.2
Similar to problem <http://www.mathworks.co.uk/matlabcentral/cody/problems/2528 2528>. This is a more general case, when bounds ...

10 månader ago

Solved


expand intervals
You're given a row vector of an even number of monotonically increasing integers. Each pair of consecutive integers is the lower...

10 månader ago

Solved


Draw a '4' in a zero matrix!

10 månader ago

Solved


Draw a '6' in a zero matrix!

10 månader ago

Solved


Draw a '9' in a zero matrix!

10 månader ago

Solved


Draw a '7' in a zero matrix!

10 månader ago

Solved


Draw a '8' in a zero matrix!

10 månader ago

Solved


Draw a '3' in a zero matrix!

10 månader ago

Solved


Draw a '2' in a zero matrix!

10 månader ago

Solved


Draw a '5' in a zero matrix!

10 månader ago

Solved


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

10 månader ago

Solved


Draw a '1' in a zero matrix!

10 månader ago

Solved


Find Logic 31

10 månader ago

Solved


Find Logic 28

10 månader ago

Solved


Find Logic 24

10 månader ago

Solved


Find Logic 21

10 månader ago

Solved


Find Logic 20

10 månader ago

Solved


Find Logic 22

10 månader ago

Solved


Find Logic 23

10 månader ago

Load more