Statistics
RANK
143,023
of 297,046
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
images used in Image processing toolbox
where do i get the images used in MATLAB image precessing toolbox user's guide 2013b?
8 years ago | 2 answers | 0
2
answersQuestion
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)?
8 years ago | 2 answers | 0
2
answersQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
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; ...
8 years ago | 1 answer | 0