Community Profile

photo

Farhan Gony


Khulna University of Engineering and Technology

Last seen: 4 días hace Con actividad desde 2020

A student of Electrical and Electronic Engineering

Estadísticas

  • MATLAB Central Treasure Hunt Finisher
  • Draw Letters
  • Speed Demon
  • Scholar
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver
  • First Answer

Ver insignias

Content Feed

Ver por

Resuelto


Matrix Pattern 10

alrededor de 3 años hace

Resuelto


Matrix Pattern 9

alrededor de 3 años hace

Resuelto


Matrix Pattern 8

alrededor de 3 años hace

Resuelto


Matrix Pattern 7

alrededor de 3 años hace

Resuelto


Matrix Pattern 6

alrededor de 3 años hace

Resuelto


Matrix Pattern 3

alrededor de 3 años hace

Resuelto


Matrix Pattern 4

alrededor de 3 años hace

Resuelto


Matrix Pattern 2

alrededor de 3 años hace

Resuelto


Matrix Pattern 1

alrededor de 3 años hace

Resuelto


Create a block diagonal matrix
A block diagonal matrix is a square matrix that can be written as A = [a 0 0 0 0 b 0 0 0 0 c 0 ...

alrededor de 3 años hace

Resuelto


Generate this matrix
For a given odd integer n, generate a matrix as follows: Input: n = 5; Output: [ 2 1 0 0 0 1 ...

alrededor de 3 años hace

Resuelto


Check if a rotated array was originally sorted
Suppose a sorted array is rotated at some pivot unknown to you. For example, |[0 1 2 4 5 6 7]| might become |[5 6 7 0 1 2 4]|. ...

más de 3 años hace

Resuelto


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-6...

más de 3 años hace

Resuelto


Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...

más de 3 años hace

Resuelto


Find state names that end with the letter A
Given a list of US states, remove all the states that end with the letter A. Example: Input s1 = 'Alabama Montana Nebras...

más de 3 años hace

Resuelto


Calculate the Levenshtein distance between two strings
This problem description is lifted from <http://en.wikipedia.org/wiki/Levenshtein_distance>. The Levenshtein distance betwee...

más de 3 años hace

Resuelto


Trickier Timing
You solution should return control to main program only when the current time ends in either a 5 or 0 (e.g. the current seconds ...

más de 3 años hace

Resuelto


Look Up Mapping
Let the input is A = {[] [] [] [1] []}; B = {'A','B','C','D','E'}; Mapped Output = 'D';

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Create a random logical vector of N elements of which M are true.
Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true. For example: ran...

más de 3 años hace

Resuelto


Make a diamond
Given n, odd number > 1, return n by n matrix consist of "null" and "*" characters arranged like a diamond. No toolbox funct...

más de 3 años hace

Resuelto


Subtract two positive numbers
Given a and b as a string, return b-a without using string to number conversion functions. a and b must to be a same size and b ...

más de 3 años hace

Resuelto


Prime Time
All you need to do here is submit your solution a prime number of seconds after the top of the hour. Any hour at all... Easy, ...

más de 3 años hace

Resuelto


Learn MATLAB

más de 3 años hace

Resuelto


Learn MATLAB

más de 3 años hace

Resuelto


Learn MATLAB

más de 3 años hace

Resuelto


Learn MATLAB

más de 3 años hace

Cargar más