Can any one please tell why I am not getting the proper plot?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Gaurav Sharma
le 3 Déc 2018
Réponse apportée : Aoi Midori
le 3 Déc 2018
I am trying to run the code but the plot I am getting different. The figure 2 in the code, the plot has x axis from 1-9 and y axis from -1 to 1. But the values of the XADJUSTEDn and YADJUSTEDn are varying between -1 to1 similarly the value of V is also vaying between -1 to 1. Then why My plot is showing x axis 1-9.
the code is given below.
0 commentaires
Réponse acceptée
Aoi Midori
le 3 Déc 2018
I assume that the x axis 1-9 shows the number of column. How about:
plot(X,Y,'+');
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!