In MATLAB, you can use 'load' command to read airfoil coordinates data from a txt file. After that, the coordinates are loaded into a matrix and can be plotted using plot
command.
Here is some example code of how to do it.
main.m224 chars11 lines
Make sure the txt file containing airfoil coordinates data is in the same directory as the MATLAB code file.
gistlibby LogSnag