Community Profile

photo

Marta G


Last seen: 대략 1년 전 2020년부터 활동

Recently graduated! I want to upgrade my Matlab skills

통계

  • Knowledgeable Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
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;...

대략 4년 전 | 0

| 수락됨

답변 있음
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...

대략 4년 전 | 2

| 수락됨

답변 있음
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...

대략 4년 전 | 0