Community Profile

photo

Md Monirul Islam


Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Solved


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

nästan 6 år ago

Solved


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

ungefär 6 år ago

Solved


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

ungefär 6 år ago

Solved


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

ungefär 6 år ago

Solved


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

mer än 6 år ago

Question


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

mer än 6 år ago | 1 answer | 0

1

answer

Question


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

mer än 6 år ago | 0 answers | 0

0

answers

Question


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.

mer än 6 år ago | 1 answer | 0

1

answer

Question


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

mer än 6 år ago | 0 answers | 0

0

answers

Question


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

nästan 7 år ago | 2 answers | 0

2

answers

Question


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)?

ungefär 7 år ago | 2 answers | 0

2

answers

Question


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

ungefär 7 år ago | 1 answer | 0

1

answer

Question


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

ungefär 7 år ago | 1 answer | 0

1

answer