photo

Nir Dahan


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
MATLAB 2012B: The use of pcolor in combination with colorbar
I have noticed that simply defining colorbar location solves the problem! h = pcolor(UI,VI,ZI); set(h, 'EdgeColor', 'none'...

presque 9 ans il y a | 0

Réponse apportée
How to plot two plotyy plots in the same plot
try this one where all vectors are column, of size (N,1) [ax,h1,h2]=plotyy([x,x,x,...],[y1,y2,y3,...],[X,X,X,...],[Y1,Y2,Y3,....

presque 9 ans il y a | 0