please find the errors in the script
Afficher commentaires plus anciens
d = 10;
f=linspace(0,10^9);
k = 0 : 0.01 : 10;
x={cos(k.*d)+((111.0)./(2.*k))}*{(sin(k.*d))};
Y=ceil(x);
subplot(121),
xlabel({'frequency','(in GHz)'})
ylabel({'RHS of the equation','([cos(k*d)+(111.11/2k)*sin(k*d)])'})
plot(f,Y);
1 commentaire
ashish nehra
le 19 Nov 2014
Modifié(e) : ashish nehra
le 19 Nov 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Subplots 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!