edit data in a figure
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dear all,
I currently have a problem that I used radii instead of diameter in figure plot. How can I change back to diameter, but I don't want to rerun the simulation because it takes me plenty of time.
For example, I have
x=1:10;
y=2:11;
u=20:30;
v=21:31;
plot(x,y,'r-',u,v,'b-');
Now, I would like to have x=2*x. How can I do it ? Thank you.
2 comentarios
Salaheddin Hosseinzadeh
el 15 de Mayo de 2014
I think you don't have the simulation data, that's why it is a problem for you. Is it so?
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!