Community Profile

photo

SEUNGWOOK LEE


Last seen: 9 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

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

Visualizza badge

Feeds

Visto da

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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

9 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


Draw a '4' in a zero matrix!

10 mesi fa

Risolto


Draw a '6' in a zero matrix!

10 mesi fa

Risolto


Draw a '9' in a zero matrix!

10 mesi fa

Risolto


Draw a '7' in a zero matrix!

10 mesi fa

Risolto


Draw a '8' in a zero matrix!

10 mesi fa

Risolto


Draw a '3' in a zero matrix!

10 mesi fa

Risolto


Draw a '2' in a zero matrix!

10 mesi fa

Risolto


Draw a '5' in a zero matrix!

10 mesi fa

Risolto


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 mesi fa

Risolto


Draw a '1' in a zero matrix!

10 mesi fa

Risolto


Find Logic 31

10 mesi fa

Risolto


Find Logic 28

10 mesi fa

Risolto


Find Logic 24

10 mesi fa

Risolto


Find Logic 21

10 mesi fa

Risolto


Find Logic 20

10 mesi fa

Risolto


Find Logic 22

10 mesi fa

Risolto


Find Logic 23

10 mesi fa

Carica altro