Gelöst


Pattern Recognition 2 - Known Unit Length, Various Array Length (including cell arrays)
You will be given various arrays, composed of numbers or strings, including cell arrays of strings. For this problem, the known ...

mehr als 11 Jahre vor

Gelöst


Singular Value Decomposition
Calculate the three matrices of the singular value decomposition (A = U*S*V^T) for each provided matrix. U and V are square unit...

mehr als 11 Jahre vor

Gelöst


Pattern Recognition 1 - Known Unit Length
You will be given various arrays, composed of numbers or strings. For this problem, the known pattern unit length is three. Writ...

mehr als 11 Jahre vor

Gelöst


Augmented Lagrange Multiplier (ALM) Method
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

mehr als 11 Jahre vor

Gelöst


stem and leaf plot
A stem-and-leaf display is a device for presenting quantitative data in a graphical format, similar to a histogram, to assist i...

mehr als 11 Jahre vor

Gelöst


Two functions (to be sure)
I want to compute the number of odd/even numbers in an array. But I want the results by two different functions. Example: ...

mehr als 11 Jahre vor

Gelöst


Expression or variable?
Test if arguments of the function are all variables (workspace variables names). Return 1 if yes, 0 if no. For example : ...

mehr als 11 Jahre vor

Gelöst


Scrabble Scores - 2
An <https://www.mathworks.com/matlabcentral/cody/problems/56-scrabble-scores introductory Cody problem> asks the user to score a...

mehr als 11 Jahre vor

Gelöst


Scrabble Scores - 6
This problem is part of a set of problems that successively develop a more sophisticated Scrabble scoring routine. The point dis...

mehr als 11 Jahre vor

Gelöst


Cycling — Critical Power
From Training and Racing with a Power Meter by Allen and Coggan: "A number of equations have been presented in the scientific...

mehr als 11 Jahre vor

Gelöst


Cycling — Normalized Power
In cycling, a power meter is an indispensable tool to record power output (in Watts) and measure fitness gains and performance m...

mehr als 11 Jahre vor

Gelöst


Mirror, mirror on the wall, who is fairest of them all?
The Elo rating system was featured in the movie *The Social Network* during the <https://www.youtube.com/watch?v=BzZRr4KV59I/ al...

mehr als 11 Jahre vor

Problem


Mirror, mirror on the wall, who is fairest of them all?
The Elo rating system was featured in the movie *The Social Network* during the <https://www.youtube.com/watch?v=BzZRr4KV59I/ al...

mehr als 11 Jahre vor | 1 | 20 Lösungsvorschläge

Gelöst


Scrabble Scores - 5
This problem is part of a set of problems that successively develop a more sophisticated Scrabble scoring routine. The point dis...

mehr als 11 Jahre vor

Gelöst


Scrabble Scores - 4
This problem is part of a set of problems that successively develop a more sophisticated Scrabble scoring routine. The point dis...

mehr als 11 Jahre vor

Gelöst


grazing cows
Here is a fun problem I encountered in high school. Two cows are grazing in an enclosed square-shaped field of side length s ...

mehr als 11 Jahre vor

Gelöst


Chess performance
After Problems <http://www.mathworks.com/matlabcentral/cody/problems/3054-chess-elo-rating-system/ 3054> and <http://www.mathwor...

mehr als 11 Jahre vor

Gelöst


Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match ( <http://en.wikipedia.org/wik...

mehr als 11 Jahre vor

Gelöst


Chess ELO rating system
The Elo rating system is a method for calculating the relative chess skill levels of players in competitor-versus-competitor gam...

mehr als 11 Jahre vor

Gelöst


Access a web hosted copy of the Tiles Contest MAT file
Access a web hosted copy of the Tiles Contest sample "mat" and verify success by returning for a board the number of tiles, numb...

mehr als 11 Jahre vor

Gelöst


cylinder_area
calculates the area of a cylinder with radius r and height h

mehr als 11 Jahre vor

Gelöst


random 3x3
Create a 3x3 matrix consisting of random integers ranging from 1 to 3

mehr als 11 Jahre vor

Gelöst


pythagorean theorem
Given the terms a and b, find c.

mehr als 11 Jahre vor

Gelöst


Create a vector
Make a vector from 1 to 2^3

mehr als 11 Jahre vor

Gelöst


Find the distance between runs
Another question inspired by the <http://uk.mathworks.com/matlabcentral/answers/?s_tid=gn_mlc_an answers forum>: A vector of ...

mehr als 11 Jahre vor

Problem


Chess performance
After Problems <http://www.mathworks.com/matlabcentral/cody/problems/3054-chess-elo-rating-system/ 3054> and <http://www.mathwor...

mehr als 11 Jahre vor | 3 | 67 Lösungsvorschläge

Problem


Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match. Two players with equal rating...

mehr als 11 Jahre vor | 6 | 720 Lösungsvorschläge

Problem


Chess ELO rating system
The Elo rating system is a method for calculating the relative chess skill levels of players in competitor-versus-competitor gam...

mehr als 11 Jahre vor | 1 | 99 Lösungsvorschläge

Gelöst


Scrabble Scores - 3
This problem is part of a set of problems that successively develop a more sophisticated Scrabble scoring routine. The point dis...

mehr als 11 Jahre vor

Gelöst


Recursive Standard Deviation
When you have a large set of data, it can be resource consuming to calculate standard deviation at every step. So why not calcul...

mehr als 11 Jahre vor

Mehr laden