axis labels in cellfun(@plot(x,y)

1 visualización (últimos 30 días)
Nancy Hammond
Nancy Hammond el 9 de Jun. de 2019
Comentada: Star Strider el 9 de Jun. de 2019
How do I get the xlabel to print for muli series in statement 1?
The label works with only one variable in statement 2 using qDate1 and g(:,3):
where size(qDate1) = 1 1 and size(g(:,3)) = 1 1
But finds an error in correspondence of columns when I try 3 series: size(g(:,3:5)) 1 3
I tried xDate3, size(qDate3) 1 3 but that didn't work
  1. g3 = cellfun(@plot,qDate1,g(:,3),'UniformOutput',false);
2 g3 = cellfun(@plot,qDate3, g(:,3:5),'UniformOutput',false);
  1 comentario
Star Strider
Star Strider el 9 de Jun. de 2019
If we ask nicely, could we see ‘qDate’ and ‘g’?
A ‘.mat’ file containing them would be appropriate, since it would retain their class identities.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Annotations en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by