How to plot a figure from a data where a parameter is within a range (not with the full range of data)
Afficher commentaires plus anciens
I want to plot the diagram where α (=x(324,:)) from the range (0.4, 0.9). I want to restrict α within that range. I do not want to plot is within full range of the data. How to do that?
Please suggest.
load('H_LC(22).mat')
whos % EDIT - added for context
plot(x(324,:),x(323,:),'k', 'LineWidth',1)
xlabel('$\alpha\rightarrow$','Color','k')
ylabel('$\beta\rightarrow$','Color','k')
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Annotations 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!

