photo

Tanisha Gosain

Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 2
  • Revival Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Export data to .txt file using writematrix function
Hi, the 'Range' parameter in writematrix only works for excel files. You can read more about how to specify range while writing ...

environ 4 ans il y a | 0

Réponse apportée
I want to plot plot(t,S) , plot(t,BT), plot(t,D), plot (t,I), and plot(t,R) separately, and not together in one plot. How do you plot these graphs separately ?
Remove hold on and hold off from your code. Hold on retains the current axes and adds new plots onto the existing plot. You can ...

environ 4 ans il y a | 0

Réponse apportée
bugs about rectangle and hold in MATLAB R2020a
This behaviour is expected and correct. I also tried reproducing your code in R2017a and got the same results as R2020a. The r...

environ 4 ans il y a | 1

| A accepté

Réponse apportée
What is the interpretation of this STFT diagram?
The negative value is in dB scale. Linear to dB scale conversion is as follows: -20dB in dB scale is in linear scale. I chec...

environ 4 ans il y a | 1

| A accepté

Réponse apportée
Block Matrix coding problems
The photo you have attached will make a 4x4 matrix and not a 9x9 matrix. You can make a 4x4 matrix (assuming arguments to trig...

environ 4 ans il y a | 0

| A accepté