Fill vector with function
Mostrar comentarios más antiguos
Respuestas (1)
Dinesh Yadav
el 4 de Oct. de 2019
Kindly try to solve and show what you have attempted before posting a question. The following code might help
a=randn(1,100);
y= a.^2;
figure;
for n = 1:9
subplot(3,3,n)
end
subplot(3,3,8);
plot(a,y);
Try to modify this code to get what you want.
Categorías
Más información sobre Color and Styling en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!