Solved


Mean = Standard Deviation
Create a series with following properties; # All of the members should be positive integer # Mean of the series should be in...

5 years ago

Solved


Backgammon Pip Count
Representation of a backgammon board White stones represented by positive integers Red stones represented by negative intege...

5 years ago

Solved


Sequential Unconstrained Minimization (SUMT) using Interior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_ ( _x_ ), g...

5 years ago

Solved


Differential equation and events
You have to solve the non-linear time variant differential equation: (cos(y)+2)*y''+atan(y)*sin(0.01*t)^2+y*sin(0.5*t)=0 ...

5 years ago

Solved


Sequential Unconstrained Minimization (SUMT) using Exterior Penalty
Write a function to find the values of a design variable vector, _x_, that minimizes a scalar objective function, _f_, given a f...

5 years ago

Solved


Number Puzzle - 117

5 years ago

Solved


Number Puzzle - 116

5 years ago

Solved


Number Puzzle - 115

5 years ago

Solved


Number Puzzle - 114

5 years ago

Solved


Number Puzzle - 113

5 years ago

Solved


Number Puzzle - 112

5 years ago

Solved


Number Puzzle - 112

5 years ago

Solved


Number Puzzle - 110

5 years ago

Solved


Number Puzzle - 109

5 years ago

Solved


Battleship_000 : (TM) Classic Game - Easy computer bot
The Classic Battleship(TM) game implemented between a computer bot and a player's bot. <http://en.wikipedia.org/wiki/Battlesh...

5 years ago

Solved


Rubik's Mini-Cube: Solve Randomized Mini-Cube - Score : Moves
The Challenge is to Solve a thoroughly scrambled Mini-Rubik's Cube(2x2x2). The Performance metric is average number of moves ...

5 years ago

Solved


Draw Letter 'L'

5 years ago

Answered
How to 3D plot a circle with radius of 1 in x y and sine wave in z?
How about this: theta = linspace(0,2*pi,100); x = sin(theta); y = cos(theta); z = sin(2*theta); figure(); plot3(x,y,z);

5 years ago | 3

Solved


Number Puzzle - 108

5 years ago

Solved


Number Puzzle - 107

5 years ago

Solved


Number Puzzle - 106

5 years ago

Load more