- What are ‘X_a’ and ‘Y_a’,(vectors, matrices, something else?) and
- What is the context of the code you are plotting them in?
How do I change plot line widths?
118 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm trying to plot two arrays of values and change the width of the resulting line, however I can't seem to get it to work. I've tried several approaches and nothing seems to be yielding any results.
plot(X_a,Y_a,'LineWidth',10);
6 comentarios
Adam Danz
el 3 de Feb. de 2019
If the m-file containing your function is stored on a remote driver or server, sometimes you need to rehash the path after making changes to the m file before those changes take effect.
rehash path
Respuestas (1)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!