Community Profile

photo

Md. Ikrama Hossain


Islamic University of Technology

Last seen: 17 jours il y a Actif depuis 2022

Followers: 0   Following: 0

Contact

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Python with MATLAB, Programming, Microprocessors

Statistiques

All
  • Personal Best Downloads Level 2
  • First Submission
  • Cody Problems in Japanese Master
  • Speed Demon
  • Leader
  • Creator
  • CUP Challenge Master
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


give nth decimal place of pi
max 15th place after the decimal point is ok for now

6 mois il y a

A résolu


Least common multiple of many numbers
1:6 -> 60

6 mois il y a

A résolu


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

6 mois il y a

A résolu


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

6 mois il y a

A résolu


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...

6 mois il y a

A résolu


Find the function
Given a set of point (x,y) and the coordinate x of a new point, find the y value of new point.

6 mois il y a

A résolu


Full combinations
Given n input vectors x1, x2, …, xn, generate a p*n matrix y whose rows contain all element-wise combinations of the vectors x1,...

6 mois il y a

A résolu


Mean Square Error

6 mois il y a

A résolu


Six Steps to PCA - Step 1: Centre and Standardize
*Introduction* Principal Component Analysis (PCA) is a classic among the many methods of multivariate data analysis. Invented...

6 mois il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

6 mois il y a

A résolu


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

6 mois il y a

A résolu


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

6 mois il y a

A soumis


IUT Hall of Residence Digital Complain Booth
A simple GUI app made using Matlab where students will be able to submit the problems faced in the IUT Hall of Residence

11 mois il y a | 1 téléchargement |

A résolu


Function Iterator
Given a handle fh to a function which takes a scalar input and returns a scalar output and an integer n >= 1, return a handle f...

11 mois il y a

A résolu


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

11 mois il y a

A résolu


CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5

presqu'un an il y a

A résolu


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

presqu'un an il y a

A résolu


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

presqu'un an il y a

A résolu


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...

presqu'un an il y a

A résolu


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

presqu'un an il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

presqu'un an 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...

presqu'un an il y a

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

presqu'un an il y a

A soumis


Matlab Code for Y bus matrix for any network
In this code, Y Bus matrix is calculated from the admittance diagram

environ un an il y a | 14 téléchargements |

A soumis


Matlab code for Frequency Modulation of Square waves
A square wave is frequency modulated using Matlab built in funcitons

environ un an il y a | 5 téléchargements |

Thumbnail

A soumis


Matlab Code for ASK modulation and demodulation
Amplitude shift keying is one of the digital modulation techniques. We can visualize this using Matlab

environ un an il y a | 55 téléchargements |

Thumbnail

A résolu


Lunar Arithmetic (Addition)
<https://oeis.org/A087061 OEIS link for a description of lunar arithmetic> Simply take the larger digit. Example 1: ...

environ un an il y a

A résolu


Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...

environ un an il y a

Problème


Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...

environ un an il y a | 1 | 19 solveurs

A résolu


Zero finder
Write a function named 'zero_finder' that takes a matrix as input and returns the row index of the last zero for each for each c...

environ un an il y a

Charger plus