Community Profile

photo

MatlabNewbie01232015


N/A

Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to freeze the range of y-axis on an axes on gui?
I am trying to plot the time audio signal using plot(handles.axes1, x) which works fine. The problem is that I cannot make the m...

9 years ago | 3 answers | 1

3

answers

Question


Plot magnitude response of an FIR filter to MATLAB GUI
I have an FIR filter and I would to plot it like what we have when we filter design tool (fvtool). *My sample reference is Fs...

9 years ago | 0 answers | 0

0

answers

Answered
Plot spectrogram on the right axes of a MATLAB GUI?
I found the solution axes(handles.axes2);

9 years ago | 1

| accepted

Question


Plot spectrogram on the right axes of a MATLAB GUI?
I would like to plot a mono audio signal y to axes2 (MATLAB GUI), I have 4 axes on my Gui program. If I use spectrogram(y)then ...

9 years ago | 1 answer | 0

1

answer

Question


How to separate each tone from DMTF signal stream
I read an example from Matlab on how to perform the Goertzel but then I am having problem to understand how we can separate the ...

10 years ago | 0 answers | 0

0

answers

Question


Show Step Response Information on Step Response Plot
Normally, if I want to display the information of the Step Response (peak, rise time, etc). I click on the plot and select "Char...

10 years ago | 4 answers | 4

4

answers

Question


Show value on the root locus plot without using the Data Cursor
There are a large number of examples how to plot the root locus - using the rlocus function. The gain K can be showed from the g...

10 years ago | 1 answer | 1

1

answer