How to make plot, with different scales on one axis
Afficher commentaires plus anciens
Hi, I am trying to plot characteristic of photodiode. My problem is I can't find how to split the axis to two different scales in order to display the data appropriately.
You can see my script in the source.
My first data are here:
neosvicena_U = [-4 -2 -1 0 0.1 0.2 0.3 0.4 0.5 0.6];
neosvicena_I = [-11.4 -5.7 -3.4 -0.4 2.3 14.2 74.7 282.4 892 3513];

I have only managed to make x and y axis and also tick important values but dont know how to implement different scales.
Any help would be appreciated, thanks!
Réponses (1)
Ameer Hamza
le 11 Oct 2020
1 vote
Read my answer here: https://www.mathworks.com/matlabcentral/answers/601147-extending-specific-y-axis-values#answer_501697. It shows how to combine two axes to show different scales on the y-axis.
5 commentaires
Jan Mares
le 11 Oct 2020
Ameer Hamza
le 11 Oct 2020
I think you are limiting the y-axis to positive values. Maybe including negative values will help.
Jan Mares
le 12 Oct 2020
Ameer Hamza
le 12 Oct 2020
Can you show your code?
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!