Community Profile

photo

Hieu Nguyen


Last seen: casi 2 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How can I plot a histogram with a logarithmic X-axis?
histogram(log10(yourdata)) xticklabels(num2cell(10.^get(gca,'XTick')));

alrededor de 2 años hace | 0

Respondida
Bandwidth of a chirp signal
I found an website that discuss about this problem: https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-an...

más de 4 años hace | 0

Respondida
How to get the size or position of the plot box within a figure window?
You can use the subplot function: pos = [0.3 0.6 0.2 0.4]; % [left bottom width height] subplot('Position',pos); Then...

alrededor de 6 años hace | 2