Hello,
I have three different cases inside my function. I run one of them while commenting out the other two and get one plot for it, after that I do the same thing for the other two. How can I run the three cases at once and plot the three graphs on one plot so it's easier to compare them?
I currently run my function three times, one time for monotonic case and get it's plot, and second time for anti monotonic and lastly random.
[~, ina] = sort(A, 'descend');
[~, inb] = sort(B, 'descend');
0 Comments
Sign in to comment.