My question concerns wanting to plot information using MatLab. I am having a lot of trouble as I am fairly new to the platform.
I would like to plot this information with x being linearly scaled and y being log scaled. I would also like to plot 2^n with the provided information below
n Original Improvement 1 Improvement2
10 1,198,861 2,127,920 1,900,916
30 2,501,876 2,086,086 8,255,021
50 69,448,535 18,677,001 3,429,279
70 67,754,271 22,712,979 33,856,555
90 282,232,302 33,509,532 80,645,811
110 52,066,961,922 5,452,933,038 1,544,349,121
130 13,900,123,332 67,027,087,188 3,786,963,385
I am required to graph this date in order to examine the different values of Original, Improvement1 and improvement2 and 2^n
Log and n will be the axis for this graph.
Any help is greatly appreciated.

semilogyandhold. Please check their documentations at mathworks.com/help/matlab/ref/semilogy.html and mathworks.com/help/matlab/ref/hold.html