photo

George Berken


The Boldt Company

Last seen: Today Aktiv seit 2013

Followers: 0   Following: 1

Nachricht

Retired project engineer.

Programming Languages:
MATLAB
Spoken Languages:
English

Statistik

  • MATLAB Central Treasure Hunt Finisher
  • Magic Numbers II Master
  • Magic Numbers Master
  • First Review
  • Sequences And Series II Master
  • Number Manipulation I Master
  • Creator
  • Computational Geometry I Master
  • Indexing IV Master
  • Indexing III Master
  • Indexing II Master
  • Cody5 Easy Master

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Conjunctive Normal Form
In Boolean logic, a formula is in conjunctive normal form (CNF) or clausal normal form if it is a conjunction of clauses, where ...

28 Minuten vor

Gelöst


Find the Connecting Path
Here is a matrix x x = [7 6 8 5 7 2 4 5 1 3 0 0 0 7 7 7 7 7 0 0 0 0 0 0 0 0 0 0 0 5 5 5 5 5 0 0 0 0 0 0...

44 Minuten vor

Gelöst


Logic 7

9 Tage vor

Gelöst


cofactor matrix
given a matrix, find its cofactor matrix <https://en.wikipedia.org/wiki/Minor_(linear_algebra)#Inverse_of_a_matrix>

13 Tage vor

Gelöst


Grouped Frequency Distributions

13 Tage vor

Gelöst


Opposite point of the earth, what is the antipodal of a point ?
Given two strings(lat and long) that represent the geographic coordinates of a point in the earth, you have to find out what is ...

13 Tage vor

Gelöst


Nth Order Polynomial Regression
Inputs: -two vectors x and y (row or column) -order of polynomial, p Outputs: -vector of coefficients [b0 b...

13 Tage vor

Gelöst


make histogram
You probably know the function hist(x,n) to get the histogram. Now try to write the function yourself! For the cheaters wanting...

13 Tage vor

Gelöst


Legend of Zelda - Rupee Count
Rupees are the main currency in The Legend of Zelda games. The value of each rupee is determined by its color. Unfortunately, th...

13 Tage vor

Gelöst


FloydWarshall
Our task is to find shortest paths between every pair of nodes. Floyd-Warshall is a graph algorithm for finding shortest paths i...

14 Tage vor

Gelöst


Get the variable value from a string and generate sum
Get the variable value from a string. Example. x = 'A=10' y = 'B=20' Result = (x+y) Result = 30

14 Tage vor

Gelöst


Initialize a varible with an integer value from a another variable which is assigned with a character value.
Initialize a varible with an integer value from a another variable which is assigned with a character value. ex: Test = 'c'...

14 Tage vor

Gelöst


String Manipulator
Write a script that takes a string as an input and returns a cell array containing – I. the count of vowels. II. Find the ind...

14 Tage vor

Gelöst


Time reverse indices
Time reverse the index values as follows IndexIn = [7 1 0] IndexOut = [7 6 0] Note that the indices are zero based and so...

14 Tage vor

Gelöst


Find smallest integer type to accommodate your number
MATLAB supports 1-, 2-, 4-, and 8-byte storage for integer data. Find the smallest integer type to accomodate a scalar integer. ...

16 Tage vor

Gelöst


USC Fall 2012 ACM : Code Word Minimum Flipped Bits
This Challenge is to solve Question A of the <http://contest.usc.edu/index.php/Fall12/Home USC ACM Fall 2012 Contest>. Given ...

16 Tage vor

Gelöst


Optimally fill a container with elements of different sizes
Given a row vector V of different numerical values and a size limit L, return a 1x2 vector A, containing (a) the largest sum of ...

16 Tage vor

Gelöst


Sum along each diagonal of a matrix
Write a routine that returns the sums along the diagonals of a given matrix, A, where the first diagonal is the bottom left corn...

16 Tage vor

Gelöst


Sales Tax

17 Tage vor

Gelöst


Concatenated Consecutive Prime

17 Tage vor

Gelöst


Decay Constant

17 Tage vor

Gelöst


Find left eigenvector of row stochastic matrix
Find the left eigenvector of the given stochastic matrix P that has eigenvalue 1. Normalize the vector so the sum of the entri...

17 Tage vor

Gelöst


Find the shortest distance between a point and a straight line.
Given the Cartesian coordinates of three points A, B and C (in a flat Euclidean space), find the shortest distance between the ...

17 Tage vor

Gelöst


Cancel Middle
Write a function called cancel_middle that takes A, an n-by-m matrix, as an input where both n and m are odd numbers an...

17 Tage vor

Gelöst


Number Puzzle - 112

17 Tage vor

Gelöst


Number Puzzle - 106

17 Tage vor

Gelöst


Number Puzzle - 093

17 Tage vor

Gelöst


Number Puzzle - 074

17 Tage vor

Gelöst


Area under the curve
Compute area under the curve specified by points stored in y, where y is in range (0,inf) and x time step is 1. note: please r...

17 Tage vor

Gelöst


List composite numbers that do not contain their prime factors as substrings
The number 63 has the prime factorization 3, 3, and 7, and it contains one of them (3) as a substring. In contrast, the number 4...

17 Tage vor

Mehr laden