Recent content by kay310
-
K
Plot signal from list of data in MATLAB
can anyone help me in load a .m file and plot the signal out? using this way: [Filename, PathName] = uigetfile('*.m','Select the M-file');- kay310
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
K
Plot signal from list of data in MATLAB
I'm now actually unable to load the .mat file using 'load' command. I doing this way in m-file: load filename; [x,y] = size(filename); t = 1:y; plot(t, filename); %the filename is in .mat format- kay310
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
K
Peak detection using MATLAB (signal processing)
oh I get it already. Thanks for your help. Thanks so much.- kay310
- Post #7
- Forum: Engineering and Comp Sci Homework Help
-
K
Peak detection using MATLAB (signal processing)
Thanks for help. But, what is the 'successive values' means?- kay310
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
K
Peak detection using MATLAB (signal processing)
I'm actually can't really understand what you means. Would you mind to explain more to me?- kay310
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
K
Peak detection using MATLAB (signal processing)
I'm doing signal processing using MATLAB. But facing problem when doing Peak Detection. This is the signal that I used for the processing: This is what i wish to do: a) the horizontal line is the threshold point and b) the circle is the peak detection Can anyone help me...- kay310
- Thread
- Detection Matlab Peak Processing Signal processing
- Replies: 16
- Forum: Engineering and Comp Sci Homework Help
-
K
Plot signal from list of data in MATLAB
I want to load a .mat file which contain 500 column of data in it and plot the signal out through the GUI using .m file. Can anyone help me on the code?- kay310
- Thread
- Data List Matlab Plot Signal
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help