MATLAB: How to read and plot this data

plot

I want to read and plot this data . please help
many thanks

Best Answer

data = importdata("1_ 1_ 1.txt") ;
plot(data)
Related Question