photo

Md Monirul Islam


2017년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • First Review
  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

6년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

6년 초과 전

문제를 풀었습니다


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

6년 초과 전

문제를 풀었습니다


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

6년 초과 전

질문


How to name every row of 100*2500 matrix?
currently i am working with a matrix. The dimension of the matrix is 100*2500. I need to assign each row the matrix to a new var...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Decompose M*N data in Wavelet GUI
I have a matrix of M*N, where M=100 is number of trials. I need to decompose these trail data using Wavelet GUI. Is there any w...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can anyone help me with good reference books on Discrete Wavelet Transform?
I am working on EEG signals. For feature extraction I need to use DWT. It's urgent. Thanks.

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Can anyone suggest me good references about Discreet Wavelet Transform(DWT) ? I also want to know how to implement DWT in MATLAB.
I am doing some work on EEG signals where I need to use DWT. I need some good references books on DWT. I am also familiar with W...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


images used in Image processing toolbox
where do i get the images used in MATLAB image precessing toolbox user's guide 2013b?

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Differentiating a symbolic function
i want to differentiate f=@(x)x^3-4*x^2+x+6; how can i do this? how i can find f'(x)?

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Format of return value of user defined function
i was using this function below to evaluate a non linear equation with False Position Method. this function is working pretty w...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can i mark the data points in the graph?
I've plotted this figure. Now i want to mark the corresponding points. my code is clc; close all; clear all; ...

7년 초과 전 | 답변 수: 1 | 0

1

답변