SANGHAMITRA MISHRA
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
97,328
of 295,673
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Renaming the X-axis in bargraphs
Hi, I have a bar graph that plots the mean square error of 2 algorithms and the graphs looks like below: <</matlabcentral/an...
6 years ago | 1 answer | 0
1
answerQuestion
How can I save 3 matrices created by for loop to save in a single matrix?
I have a for loop which outputs the following matrices after each iteration: [3,4;5,6], [8,5;2,4], [1,8;3,7] I want to save ...
6 years ago | 3 answers | 0
3
answersQuestion
Mapping between two arrays wrt one column
I have two matrices: A=[1 10; 2 20; 3 30] and B=[3 1 2]' I want this to be my final answer A=[3 30;1 10;2 20] How do I do t...
7 years ago | 1 answer | 0
1
answerQuestion
Find a common element between two matrices of different sizes
I have two matrices: A=[4, 2, 3, 11, 16, 19, 5, 32] B=[11, 31, 7, 92] I want to find out the element common in both these v...
7 years ago | 1 answer | 0