Statistics
3 Questions
                        0 Answers
RANK
191 211
                          
                          
of 300 392
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            66.67%
                        
VOTES RECEIVED
0
RANK
 of 20 933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168 335
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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 = ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 2 answers | 0
 
        