Community Profile

photo

Marta G


Last seen: 約1年 前 2020 年からアクティブ

Followers: 0   Following: 0

Recently graduated! I want to upgrade my Matlab skills

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

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;...

約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