How do I plot the following data in the same figure using MATLAB?

Frequency is measured in Hertz (Hz) and should be horizontal axis. Fall Time is measured in microseconds (us) and should be vertical axis.
freq1 goes with falltime1 freq2 goes with falltime2 freq3 goes with falltime3
They should all be in different colors and the graph should have a legend.
How can I achieve this in MATLAB?
The
hold oncommand is probably what you want.