Making plot with two x-axis and two y-axis
    151 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    simen ommundsen
 el 30 de Abr. de 2019
  
    
    
    
    
    Comentada: Akshay Dhyani
 el 27 de Mayo de 2021
            Hello everyone!
I am trying to plot two different vectors with different lengths. Therefor i most likely need two x-axis but i also need two y-axis
this is what im trying to plot:
yyaxis left
plot(datenum(Time),Pmax);
yyaxis right
plot(datenum(Time2),Midtemp);
xticks=get(gca,'xtick');
set(gca,'xticklabel',cellstr(datestr(xticks))')
The problem is that Time and Pmax is same length and Time2 and Midtemp is the same length.
Therefor i need two x-axis and two y-axis.
0 comentarios
Respuesta aceptada
  Raj
      
 el 30 de Abr. de 2019
        2 comentarios
  Akshay Dhyani
 el 27 de Mayo de 2021
				Can someone explain yyaxis right/left works but xxaxis top/bottom doesn't work?
What are the alternatives to put x axis top and bottom with Y axis left and right so I can superimpose two dataset on each other and check the difference?
Más respuestas (0)
Ver también
Categorías
				Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


