Marta G
Followers: 0 Following: 0
Recently graduated! I want to upgrade my Matlab skills
Statistics
0 Questions
3 Answers
RANK
4,395
of 295,913
REPUTATION
12
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20,299
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,883
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
Split array in 3 groups by using one column values
You shouldnt use a vector in a if condition. In your case, it would be more effective to use this loc=find(y1<25); y(loc)=0;...
5 years ago | 0
| accepted
Matrix Average of neighbour values
Hello! I think using conv2 was a great idea. However, you should use it like this DIM=3; aa=[0 1 0;1 1 1;0 1 0]; matrix=[1,2...
5 years ago | 2
| accepted
Bar Plots with errorbars with limits
Hello, I am not sure if I understand your problem. You might get what you want if you work with the command ylim. With your fi...
5 years ago | 0