how can i plot horizontal errorbar in matlab R2010a
Mostrar comentarios más antiguos
*_hi Guys.. how can i plot horizontal errorbar in matlab R2010a?? My Code:
figure(1)
errorbar(C(:,2),C(:,3),C(:,5),'.b')
title('error bar for dx')
xlabel('x')
ylabel('y')
figure(2)
errorbar(C(:,2),C(:,3),C(:,6),'.b')
title('error bar for dy')
xlabel('x')
ylabel('y')
figure(3)
errorbar(C(:,2),C(:,3),C(:,7),'.b')
title('error bar for dz')
xlabel('x')
ylabel('y')_*
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Errorbars en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!