For my thesis I have to include figures. I want to make a figure like the figure in the attachment, but since I am pretty new to Matlab I do not understand the best way (I know this may be a many covered question already, but I can not find the right answer for me). My y-axis has to be in the same manner as the y-axis in the picture from 0,05 - 1 - 10 - 100 - 1000 and so on. A small sample of my data with two lines is:
- C = 5 T1 = 7,414 T2 = 0,109
- C = 10 T1= 29,294 T2 = 0,218
- C = 15 T1 = 41,333 T2 = 0,109,
- and so on until
- C = 30 T1 = 1355,45 T2 = 0,515
In another figure I want to do the same thing, but with the x-axis values not as nicely arranged, and my y-axis has to be in the same manner as the second attachment: 0,05 - 1 - 10 - 20 - 30 - 40 - 50 - 60 - 70:
- G = 250 T1= 30,426 T2= 0,109
- G=275 T1= 41,333 T2=0,109
- G=300 T1= 45,966 T2 = 0,125
- G=350 T1=51,71 T2 = 0,109 5.G = 400 T1= 66,035 T2 = 0,125
Can someone tell me how I should make the two figures?
http://nl.mathworks.com/matlabcentral/answers/229354-how-can-i-make-graphs-in-matlab
Actually, it's ambiguous what you want exactly. However, I tried to write some
Matlabcode (I am not the best in programming, but I tried since to no answers):which produces something like that: