photo

Md. Ikrama Hossain


Islamic University of Technology

Last seen: 12日 前 2022 年からアクティブ

Followers: 1   Following: 0

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

統計

All
MATLAB Answers

1 質問
0 回答

File Exchange

6 ファイル

Cody

9 問題
191 解答

ランク
296,931
of 300,753

評判
0

コントリビューション
1 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
7,885 of 21,075

評判
118

平均評価
0.00

コントリビューション
6 ファイル

ダウンロード
25

ALL TIME ダウンロード
1131

ランク
761
of 170,858

コントリビューション
9 問題
191 解答

スコア
2,799

バッジ数
16

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

表示方法

送信済み


Kidney Stone Detection
A Matlab app for kindey stone detection

10ヶ月 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

送信済み


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

10ヶ月 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

質問


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

10ヶ月 前 | 2 件の回答 | 0

2

回答

解決済み


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

約1年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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.

約2年 前

解決済み


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

約2年 前

解決済み


Mean Square Error

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

送信済み


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

2年以上 前 | ダウンロード 1 件 |

0.0 / 5

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

送信済み


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

2年以上 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


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

2年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


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

2年以上 前 | ダウンロード 16 件 |

0.0 / 5
Thumbnail

さらに読み込む