Statistiques
RANG
285 131
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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...
plus de 6 ans il y a
A résolu
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...
plus de 6 ans il y a
A résolu
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 ...
plus de 6 ans il y a
A résolu
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 ...
plus de 6 ans il y a
A résolu
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
environ 7 ans il y a
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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.
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
images used in Image processing toolbox
where do i get the images used in MATLAB image precessing toolbox user's guide 2013b?
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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)?
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
plus de 7 ans il y a | 1 réponse | 0