解決済み


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

11年以上 前

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

11年以上 前

解決済み


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

11年以上 前

送信済み


Particle Swarm Optimization (Vectorized Code)
a simple implementation of Particle Swarm Optimization algorithm (PSO)

12年弱 前 | ダウンロード 5 件 |

4.6 / 5
Thumbnail

送信済み


7 Multi-Objective Problems (Van Valedhuizen's test suite)
The file includes 7 standard function of the Van Valedhuizen's test suite.

12年弱 前 | ダウンロード 1 件 |

2.0 / 5
Thumbnail

送信済み


Model-based Policy Iteration Algorithm for Deterministic Cleaning Robot
An Example for Reinforcement Learning using Model-based Policy iteration Approach

約12年 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

問題


Given a number find two variables
If the input is *x*, find *a* and *b* from the following equation: *x = a*2^b*. Hint: *b* is an integer while *x* and *a* ar...

約12年 前 | 1 | 56 個のソルバー

解決済み


Given a number find two variables
If the input is *x*, find *a* and *b* from the following equation: *x = a*2^b*. Hint: *b* is an integer while *x* and *a* ar...

約12年 前

解決済み


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

約12年 前

解決済み


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

約12年 前

解決済み


radius of a spherical planet
you just measured its surface area, that is the input.

約12年 前

解決済み


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

約12年 前

送信済み


Q-learning (Model-free Value Iteration) Algorithm for Deterministic Cleaning Robot
An Example for Reinforcement Learning using Q-learning with epsilon-greedy exploration

約12年 前 | ダウンロード 3 件 |

4.7 / 5
Thumbnail

解決済み


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

約12年 前

解決済み


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

約12年 前

解決済み


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

約12年 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

約12年 前

解決済み


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

約12年 前

解決済み


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

約12年 前

解決済み


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

約12年 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

約12年 前

解決済み


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

約12年 前

解決済み


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

約12年 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

約12年 前

解決済み


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

約12年 前

送信済み


Model-based Value Iteration Algorithm for Stochastic Cleaning Robot
An Example for Reinforcement Learning and Dynamic Programming (Stochastic)

約12年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Model-based Value Iteration Algorithm for Deterministic Cleaning Robot
An Example for Reinforcement Learning and Dynamic Programming

約12年 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

解決済み


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

13年弱 前

解決済み


inner product of two vectors
inner product of two vectors

13年弱 前

解決済み


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

13年弱 前

さらに読み込む