photo

Da Bu


Last seen: environ un an il y a Actif depuis 2021

Followers: 0   Following: 0

Message

Statistiques

All
  • First Answer
  • First Review

Afficher les badges

Feeds

Afficher par

Réponse apportée
how can we link aquacrop to matlab for sensitivity analysis
Maybe this link will be useful: https://github.com/aquacropos/aquacrop-matlab

environ un an il y a | 0

Chaîne


ADDFerti
simple I/O and potentiometer

plus d'un an il y a

Réponse apportée
Adding variable values into legend
Maybe this code can help you: x = 1:.1:3; colors = jet(5); for n = 1:5 plot(x,sin(x)*n,'color',colors(n,:),'DisplayNam...

plus de 3 ans il y a | 5

Réponse apportée
how to do plotting with different colors in same figure?
for a small set of colors, you can use ColorOrderIndex t=1:0.1:2*pi; for i=1:5 plot(t,sin(t)*i), hold on ax = gca; ...

plus de 3 ans il y a | 0