![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13732106_1538452140527_DEF.jpg)
Gifari Zulkarnaen
Korea University
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
1.270
of 297.010
REPUTACIÓN
56
CONTRIBUCIONES
7 Preguntas
28 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
4.843 of 20.418
REPUTACIÓN
275
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
6 Archivos
DESCARGAS
48
ALL TIME DESCARGAS
2626
CLASIFICACIÓN
1.780
of 157.687
CONTRIBUCIONES
2 Problemas
104 Soluciones
PUNTUACIÓN
1.491
NÚMERO DE INSIGNIAS
11
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Multi-objectives Harmony Search Optimization
Multi-objectives Harmony Search optimization algorithm as Matlab function
más de 3 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/355adda3-04ca-4768-a5a3-9a283804e699/90e457f3-3d17-422e-8982-18a01fd57feb/images/1622895423.png)
Resuelto
Approximation of Pi (vector inputs)
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...
alrededor de 4 años hace
Resuelto
Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...
alrededor de 4 años hace
Resuelto
Mersenne Primes vs. All Primes
A Mersenne prime (M) is a prime number of the form M = 2^p - 1, where p is another prime number. <https://www.mathworks.com/matl...
alrededor de 4 años hace
Resuelto
Mersenne Primes
A Mersenne prime is a prime number of the form M = 2^p - 1, where p is another prime number. For example, 31 is a Mersenne prim...
alrededor de 4 años hace
Resuelto
MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...
alrededor de 4 años hace
Resuelto
5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...
alrededor de 4 años hace
Resuelto
Recaman Sequence - II
Take an arbitrary starting point as input and create Recaman Sequence. Then find the 1, return its index. For example: if n =...
alrededor de 4 años hace
Resuelto
Recaman Sequence - I
Recaman Sequence (A005132 - <http://oeis.org/A005132 - OEIS Link>) is defined as follow; seq(0) = 0; for n > 0, seq(n) ...
alrededor de 4 años hace
Resuelto
Sums of Multiple Pairs of Triangular Numbers
This is a follow-up to <https://www.mathworks.com/matlabcentral/cody/problems/44289 Problem 44289> - Find two triangular numbers...
alrededor de 4 años hace
Resuelto
Find two triangular numbers whose sum is input.
Find two triangular numbers whose sum is _input_. Note: The difference beetween the triangular numbers should be minimum.
alrededor de 4 años hace
Resuelto
Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...
alrededor de 4 años hace
Resuelto
Write c^3 as sum of two squares a^2+b^2
write c^3 as sum of two squares a^2+b^2. a and b must be integer and greater than zero. For example 5^3 = 2^2 + 11^2 5...
alrededor de 4 años hace
Resuelto
Predicting life and death of a memory-less light bulb
*💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 💡 &...
alrededor de 4 años hace
Resuelto
A Simple Tide Gauge with MATLAB
*∿ ∿ ∿ ∿ ∿ ∿ ∿ ∿* You are standing in a few inches of sea water on a beach. You a...
alrededor de 4 años hace
Resuelto
Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...
alrededor de 4 años hace
Resuelto
The glass half full
Identical glasses are placed in a triangular tower structure, such that the top level (L = 1) comprises one glass, the next leve...
alrededor de 4 años hace
Resuelto
Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...
alrededor de 4 años hace
Resuelto
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...
alrededor de 4 años hace
Resuelto
Basic electricity in a dry situation
⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ &#...
alrededor de 4 años hace
Resuelto
Spot the First Occurrence of 5
This problem series invites you to solve two simple problems related to the integer NUMBER FIVE, in order to celebrate <https://...
alrededor de 4 años hace
Enviada
Binary Arithmetic Operations for Large Number
Basic binary arithmetic operation algorithms which can handle very large numbers.
alrededor de 4 años hace | 2 descargas |
Enviada
OpenSees-Matlab Interaction of Truss Example
This is example code on how to interact between OpenSees and Matlab
alrededor de 4 años hace | 8 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/10cce7a1-a1a2-48f3-9fc0-d5c675a487cf/c4a64677-031e-4d03-a96c-0488a27861d9/images/screenshot.png)
Resuelto
Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...
más de 4 años hace
Pregunta
Is there a way to speed up the time for calling external program?
I am doing optimization problem. The objective function requires to call external program. But time for calling the program (0.1...
más de 4 años hace | 0 respuestas | 0
0
respuestasHelp !! How to use Genetic Algorithm for maximisation process as it is used for minimisation process?
Make the fitness function to be 1/f(x) where f(x) is your original maximization.
más de 4 años hace | 1
poisson regression using genetics algorithm
I dont really understand statistics and PR, but I think you can define the objective function as a function of PR variables whic...
más de 4 años hace | 1