change linewidth in subplot
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I created a plot using subplot.
I want to change the linewidth of a particular tile from that figure, i.e. subplot(2,1,2). How to get the handle of that tile?
-SAIMA
0 Commenti
Risposte (1)
Image Analyst
il 20 Ago 2013
Why do you need the handle? Just plot the data with the proper linewidth to begin with
handleToCurve = plot(x, y, 'LineWidth', 3);
0 Commenti
Vedere anche
Categorie
Scopri di più su Subplots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!