Community Profile

photo

George Berken


The Boldt Company

Last seen: Today 2013년부터 활동

Followers: 0   Following: 0

연락

통계

  • Indexing IV Master
  • Indexing III Master
  • First Review
  • Indexing II Master
  • Cody5 Easy Master
  • Cody Challenge Master
  • Divisible by x Master
  • Matrix Manipulation I Master
  • Sequences And Series I Master
  • Indexing I Master
  • Draw Letters
  • Community Group Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Array Width (no usage of size)
Find the array width. Size may not be used.

대략 4시간 전

문제를 풀었습니다


Array Height (no usage of size)
Find the array height, the number of rows. Size may not be used.

대략 4시간 전

문제를 풀었습니다


A row vector, pick 1st number, skip 1,pick 3rd number, skip 2,pick,skip,etc then place all picked numbers in order in new vector
Having a row vector of number, pick the first number, place in new output vector as the first value, then skip one number, pick...

대략 4시간 전

문제를 풀었습니다


Summing the last column column
Given a matrix, return the sum of the last column of the array.

대략 5시간 전

문제를 풀었습니다


Lancer de dés
Ecrire une fonction qui imite le lancer d'un dé, i-e qui renvoie de façon aléatoire un entier entre 1 et 6. Attention cette fon...

대략 5시간 전

문제를 풀었습니다


Count integers in randomized vector that are multiples of a given number.
The mod() function We might all remember the days when we were taught to divide and then set the remainder aside if the numbers...

대략 5시간 전

문제를 풀었습니다


Find mass of single floor in building
A model building has three floors are highlighted in different colours here: Assu...

대략 5시간 전

문제를 풀었습니다


rotation et mise à l'échelle avec des complexes
Ecrire une fonction Zr=scale_rot(A,phi,Z) qui permet une mise à l'échelle d'un facteur A et une rotation d'un angle phi (en rad)...

대략 5시간 전

문제를 풀었습니다


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): Once a mont...

대략 5시간 전

문제를 풀었습니다


Palindrome String
Determine if the inputted string is a palindrome. That is, the string is the same forwards as it is backwards. For example: ...

대략 10시간 전

문제를 풀었습니다


Palindrome vector
Check if a given vector is Palindrome. Example, [1 2 54 32 45 5 33 456 45 456 33 5 45 32 54 2 1]

대략 10시간 전

문제를 풀었습니다


Determine if a number is a cool number
A number is considered cool if it is 3 digits, has a 5 in it, and is divisible by 4.

대략 10시간 전

문제를 풀었습니다


nxn matrix with elements from 1:n^2
really simple once you see what the matrix is supposed to look like. i appreciate what seems to be a clever approach to solving ...

대략 11시간 전

문제를 풀었습니다


Basic Matlab Operation Bonanza
Given a horizontal array of numbers, perform the following operations, in order: transpose, flip matrix horizontally, flip matri...

대략 14시간 전

문제를 풀었습니다


Determine ground distance from an aircraft to a DME station
In aviation, distance measuring equipment (DME) uses radio signals to determine slant distance from an aircraft to a ground stat...

대략 14시간 전

문제를 풀었습니다


Replace with Lower
Given a list of integers, for each element, replace it with the minimum integer found in the sub-list to its strict right (exclu...

대략 16시간 전

문제를 풀었습니다


Sort by absolute value
Given a list of numbers, arrange them in ascending order based on their absolute values. For example, for the list [-30, -5, 1...

1일 전

문제를 풀었습니다


Sun angle
Determine the angle of the sun above the horizon based on the time of day. Assumptions: the sun rises in the East at 6h00, cor...

1일 전

문제를 풀었습니다


Matrix Rotation
Write a MATLAB function that rotates a given matrix by 90 degrees clockwise. The rotation should be performed in-place, without ...

1일 전

문제를 풀었습니다


Palindrome Checker
Create a MATLAB function that checks whether a given string is a palindrome or not. A palindrome is a word, phrase, number, or o...

1일 전

문제를 풀었습니다


Sequencing Odd Even numbers
Given an input value n, create a vector which contains all odd numbers & even numbers centered around mean of vector. If the me...

1일 전

문제를 풀었습니다


Calculate the Area of the Ring
You have Ring which consist of inner and outer Circles with Radius r and R which are not given but you'll be given Hprizontal ...

1일 전

문제를 풀었습니다


Determine if the square root is an integer.
Write code that returns true if perfect square and returns false if square root is not an integer.

1일 전

문제를 풀었습니다


Monte Carlo integration: area of a polygon
The area of a polygon (or any plane shape) can be evaluated by <https://www.mathworks.com/matlabcentral/cody/problems/179 Monte ...

1일 전

문제를 풀었습니다


time difference
The arrays x and y contain time values in the form of: x = [hours minutes seconds] Create the output z which contains the...

4일 전

문제를 풀었습니다


Combination of Vectors
Return a combination of vectors x1, x2 based on y1, y2 per: x(j) = 0 if y1(j) < y2(j) x(j) = x1(j) if y1(j)...

4일 전

문제를 풀었습니다


Splitting Circle
Consider a circle which has been divided into three concentric circles as depicted in the figure below The ratio betwen the a...

8일 전

문제를 풀었습니다


Splitting Hexagon - Problem the third

8일 전

문제를 풀었습니다


Splitting Hexagon - Problem the second

10일 전

문제를 풀었습니다


Splitting Hexagon - Problem the first

10일 전

더 보기