photo

Syed Shahed


Last seen: presque 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Message

An experiential learner

Programming Languages:
Python, MATLAB, SQL
Spoken Languages:
English, Bengali

Statistiques

All
MATLAB Answers

5 Questions
1 Réponse

File Exchange

1 Fichier

Cody

6 Problèmes
115 Solutions

RANG
22 158
of 300 759

RÉPUTATION
2

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
80.0%

VOTES REÇUS
1

RANG
11 189 of 21 081

RÉPUTATION
46

CLASSEMENT MOYEN
1.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
299

RANG
1 907
of 170 900

CONTRIBUTIONS
6 Problèmes
115 Solutions

SCORE
1 518

NOMBRE DE BADGES
8

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • First Review
  • Personal Best Downloads Level 2
  • First Submission
  • Explorer
  • First Answer
  • Speed Demon
  • Creator
  • Commenter

Afficher les badges

Feeds

Afficher par

A soumis


Multi-Objective Teaching Learning-Based Algorithm (NSTLBO)
Non-Dominated Sorting Teaching Learning Based Optimization Algorithm

plus de 4 ans il y a | 1 téléchargement |

1.0 / 5

Question


Is it possible to get some repeated values of non-dominated solutions in a pareto optimal solution set?
I tried to solve an unconstrained multi-objective problem through a Non- Dominated Sort Evolutionary Algorithm (NDSEA) and got ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Local optima problem in minimization problem
I actually tried to solve a single objective optimization (minimization) problem and somehow i got trapped into the local optima...

environ 5 ans il y a | 1 réponse | 0

1

réponse

A résolu


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

environ 5 ans il y a

A résolu


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

environ 5 ans il y a

A résolu


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

environ 5 ans il y a

Problème


Transform a Decimal number into a Septimal number

environ 5 ans il y a | 1 | 30 solveurs

A résolu


Convert from Base 10 to base 5
Convert the input number from base 10 into base 5: for example: if a(in base 10)= 5 then a(in base 5)= 10

environ 5 ans il y a

A résolu


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

environ 5 ans il y a

A résolu


Pattern Sum
Write a function which receives two single digit positive integers, (k and m) as parameters and calculates the total sum as: k...

environ 5 ans il y a

A résolu


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

environ 5 ans il y a

A résolu


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

environ 5 ans il y a

A résolu


How many points lie within the rectangle and how many aren't?
Suppose, you are given the coordinates of bottom-left and top-right corners of a rectangle as *input-1, R* i.e *R=[Bottom-left c...

plus de 5 ans il y a

Problème


How many points lie within the rectangle and how many aren't?
Suppose, you are given the coordinates of bottom-left and top-right corners of a rectangle as *input-1, R* i.e *R=[Bottom-left c...

plus de 5 ans il y a | 1 | 28 solveurs

A résolu


Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...

plus de 5 ans il y a

A résolu


Find the next binary palindrome number
We all know, a *palindrome* is nothing but a number or character which remains the same after the forward or backward alteration...

plus de 5 ans il y a

Problème


Find the next binary palindrome number
We all know, a *palindrome* is nothing but a number or character which remains the same after the forward or backward alteration...

plus de 5 ans il y a | 1 | 27 solveurs

A résolu


How tall are you?
measures your height forexample= 175cm 180cm 169cm

plus de 5 ans il y a

A résolu


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

plus de 5 ans il y a

A résolu


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

plus de 5 ans il y a

A résolu


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

plus de 5 ans il y a

A résolu


Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and ...

plus de 5 ans il y a

A résolu


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

plus de 5 ans il y a

A résolu


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

plus de 5 ans il y a

A résolu


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

plus de 5 ans il y a

A résolu


Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition. Examples Previo...

plus de 5 ans il y a

A résolu


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

plus de 5 ans il y a

A résolu


Matrix for beginners
Multiply x and y elemwise.

plus de 5 ans il y a

A résolu


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

plus de 5 ans il y a

A résolu


Where do the maximum number belongs within a 3-D matrix?
Suppose, you are given two variables *a* and *b* as inputs in 2-D format. Find out, where do the maximum number belongs (as out...

plus de 5 ans il y a

Charger plus