photo

Md. Ikrama Hossain


Islamic University of Technology

Last seen: etwa 2 Monate vor Aktiv seit 2022

Followers: 1   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

1 Frage
0 Antworten

File Exchange

6 Dateien

Cody

9 Probleme
191 Lösungen

RANG
297.052
of 300.379

REPUTATION
0

BEITRÄGE
1 Frage
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
7.994 of 20.931

REPUTATION
113

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
6 Dateien

DOWNLOADS
20

ALL TIME DOWNLOADS
1088

RANG
726
of 168.299

BEITRÄGE
9 Probleme
191 Lösungen

PUNKTESTAND
2.799

ANZAHL DER ABZEICHEN
16

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Kidney Stone Detection
A Matlab app for kindey stone detection

8 Monate vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Signals and System Playground
An Educational app to uderstand Signals and System basics

8 Monate vor | 1 Download |

0.0 / 5
Thumbnail

Frage


Matlab Dimpulse function documentaion not found
I was using the dimpulse function in one ofthe codes for digital signal processing. It is working properly. But I couldn't find ...

8 Monate vor | 2 Antworten | 0

2

Antworten

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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.

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Mean Square Error

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gesendet


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

mehr als 2 Jahre vor | 1 Download |

0.0 / 5

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gesendet


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

mehr als 2 Jahre vor | 4 Downloads |

0.0 / 5

Gesendet


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

mehr als 2 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

mehr als 2 Jahre vor | 12 Downloads |

0.0 / 5
Thumbnail

Mehr laden