Kristy Kwok
Followers: 0 Following: 0
Statistics
RANK
110.260
of 295.569
REPUTATION
0
CONTRIBUTIONS
3 Questions
4 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
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
Plot Excel Time Series,date without weekend and holidays in Matlab
Hi all, I was just wondering if there is a way to Plot Excel financial Time Series,date without weekend and holidays in Matlab? ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
I want a FFT plot of a .mat file at 8000Hz (in 3 seconds) to find the dominant frequencies but I'm not getting an peaks. Whats wrong with the codes?Thank you very much for any help!
if true % code end Here is the code I have but getting no peaks: Fs = 8000; % Sampling frequency. t = 0:1/Fs:3-1/F...
meer dan 6 jaar ago | 1 answer | 0
1
answerHello how do I plot plot function exp^(-x), x <= 0 and exp^(x), x >0, Thanks alot!
Hi Walter, I understand exp (abs(x)) is the same as exp(x) but I wasnt sure how to specify the limits x<=0 and X >0? Would...
meer dan 6 jaar ago | 0
Hello how do I plot plot function exp^(-x), x <= 0 and exp^(x), x >0, Thanks alot!
Hello Kalyan, Thank you so much! I am sorry but I am still lost on how to specify the limits x<=0 and X >0, can you please b...
meer dan 6 jaar ago | 0
Hello how do I plot plot function exp^(-x), x <= 0 and exp^(x), x >0, Thanks alot!
Thanks Walter! I have come up with this: x = 0:0.1:10; y1=exp(abs(x)); y2=exp(x); plot(x,y1,x,y2) But I wasn...
meer dan 6 jaar ago | 0
Question
Hello how do I plot plot function exp^(-x), x <= 0 and exp^(x), x >0, Thanks alot!
Hello how do I plot plot function exp^(-x), x <= 0 and exp^(x), x >0, Thanks alot! This is what I have: x = 0:0.1:10; y1=...
meer dan 6 jaar ago | 6 answers | 0
6
answersHello how do I plot plot function exp^(-x), x <= 0 and exp^(x), x >0, Thanks alot!
Thanks Walter! This is what I have: x = 0:0.1:10; y1=exp(-x); y2=exp(x); plot(x,y1,x,y2)
meer dan 6 jaar ago | 0