photo

Marta G


Last seen: 11 mois il y a Actif depuis 2020

Followers: 0   Following: 0

Recently graduated! I want to upgrade my Matlab skills

Statistiques

MATLAB Answers

0 Questions
3 Réponses

RANG
4 114
of 300 369

RÉPUTATION
12

CONTRIBUTIONS
0 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
2

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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;...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 5 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 5 ans il y a | 0