Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
GRIDXY(X) plots vertical grid lines at the positions specified by X. GRIDXY(X,Y) also plots horizontal grid lines at the positions specified by Y. GRIDXY(..., 'Prop1','Val1','Prop2','Val2', ...) uses the properties and values specified for color, linestyle, etc.
Examples:
plot(10*rand(100,1), 10*rand(100,1),'bo') ; % random points
gridxy([1.1 3.2 4.5],'Color','r','Linestyle',':') ; % horizontal red dashed grid
h = gridxy([],[2.1:0.7:5 8],'Color',[0.9 1.0 0.2],'linewidth',3) ; % vertical solid thicker yellowish grid, and store the handle
GRIDXY can be used to plot a irregular grid on the axes.
Citation pour cette source
Jos (10584) (2026). GRIDXY (https://fr.mathworks.com/matlabcentral/fileexchange/9973-gridxy), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : REFLINEXY, ecopath_matlab: A Matlab implementation of Ecopath
Catégories
En savoir plus sur Grid Lines, Tick Values, and Labels dans Help Center et MATLAB Answers
Informations générales
- Version 2.4.0.0 (3,71 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 2.4.0.0 | updated to accommodate style of newer releases of matlab |
||
| 1.0.0.0 | to put gridlines behind tick marks |
