can't add axis labels

10 vues (au cours des 30 derniers jours)
Tom
Tom le 11 Déc 2011
hey, could someone quickly help me to add labels to my plot? i've tried but something has gone wrong (something simple i'm sure)
this is the code i've used just at the end to do my plots
plot(50:1000,z_1rec,'color','r'), hold on plot(50:1000,z_1nogaprec,'color','b'), xlabel Frequency (Hz), ylabel Surface Impedance

Réponse acceptée

Mohsen  Davarynejad
Mohsen Davarynejad le 11 Déc 2011
xlabel('Frequency (Hz)');
ylabel('Surface Impedance');

Plus de réponses (2)

Robert Cumming
Robert Cumming le 11 Déc 2011
plot ( magic(100) )
xlabel ( 'my xlabel' )
ylabel ( 'my ylabel' )

Tom
Tom le 11 Déc 2011
thanks

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by