MATLAB: How to read data from a file and skip the empty lines and text lines and store those data in a matrix

file

Given data as transmission_data.txt
How can I read data from this file and skip the empty lines and text lines and store the data in a matrix ?
Related Question