how to plot such figure in MATLAB?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how to plot four line graph in one plane? data look like below.
PSO GWO PSOGWO SCA WOA
dg1V=[4.1072 4.1072 4.1163 4.1071 4.1072];
dg2V=[4.079 2.95 4.0841 4.0875 4.19];
dg3V=[2.1734 2.1856 2.1737 2.8233 2.1856];
dg4V=[2.1425 4.2595 2.1428 2.141 2.1532];
2 Commenti
DGM
il 27 Mar 2023
If the x-data is (conceptually) categorical, then does it even make sense to use a line graph? Is it meaningful to represent interpolated values halfway between SCA and WOA? Only you know what your data means, but you might consider a bar chart or something. Either way, KSSV's answer would apply.
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots 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!