Statistics
RANK
2.269
of 295.467
REPUTATION
28
CONTRIBUTIONS
8 Questions
3 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
11
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
IOException with sendmail: Connection reset by peer: socket write error
I get the following error when using sendmail.m (R2010b): IOException while sending message: Connection reset by peer: ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Delimiter must be a string (textscan R2010b)
The following code works on R2013a str = textscan('is it a version issue, or it is not.','%s','Delimiter',{' ',',','.'}); ...
ongeveer 11 jaar ago | 1 answer | 1
1
answerQuestion
feature reduction via regression analysis
Suppose you have a very large feature vector X, used to predict a a vector of expected values y. Is the sequential *linear li...
meer dan 12 jaar ago | 1 answer | 0
1
answerhow do you hide an output?
try: [~, name]=strtok(file(3),'_p'); [right,~]=strtok(name,'_p') [left,~]=strtok(name,'_V')
meer dan 12 jaar ago | 0
Question
Derivative filter in laplace domain
I am trying to implement the simplest derivative filter, e.g.: H(s)=s, as: H=tf([1 0],[1]); output=lsim( H , input); ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
how can i know which toolbox a function is calling?
If I have a function, how can I know which toolbox is using without going through the code? And also, how can I know which subf...
ongeveer 13 jaar ago | 5 answers | 0
5
answersQuestion
how to create a GUI from another GUI?
The problem seems simple, and yet... I wrote a GUI. Now I want to create a similar version of it, without losing the previous...
ongeveer 13 jaar ago | 1 answer | 1
1
answerQuestion
Choosing FFT points
Hi All. It is not clear to me how to choose points in a FFT, and matlab Help, doesn't help on this. E.g., I have an L long array...
ongeveer 13 jaar ago | 1 answer | 0
1
answerFFT - Effective bits and dynamic range
What is the syntax you used? fft(x) by default takes N=nextpow2(length(x)) points, which gives a fs/N time resolution.
ongeveer 13 jaar ago | 0
how to get more colors?
You can use the option 'Color' and then chosing any combination of randon numbers (between 0 and 1) which form a triplet, e.g. [...
ongeveer 13 jaar ago | 9
| accepted
Question
time domain signal reconstruction from frequency domain
Hi everybody and thanks for taking time on this. I have a time domain signal vectorized at a sampling frequency of 16kHz. I wan...
ongeveer 13 jaar ago | 3 answers | 0