photo

Shaunak Chatterjee


Last seen: 11 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


How do I display R-squared and RMSE value for 2 curves while comparing?
I have 2 curves to plot-soundtemp_num and soundtemp_exp. These are data from a numerical optimization algorithm. I just want to ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to replace an element with average of surrounding elements excluding that particular element?
This is similar to A=[1 2 3; 4 5 6; 7 8 9]; conv2(A, ones(3), 'same') ./ conv2(ones(size(A)), ones(3), 'same'); ans = ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to select consecutive rows at regular intervals?
Suppose I have 1000 rows, I want to select 20:50, then 70:100, it is like selecting every 30 rows and omitting every 20 rows. Ho...

plus de 2 ans il y a | 2 réponses | 0

2

réponses