To plot xdrag vs. ydrag over the same domain in MATLAB, you can use the plot function. Here's an example code:
main.m139 chars9 lines
In this example, plot function is used to plot xdrag vs. ydrag. The xlabel and ylabel functions are used to label the axes. You can change the values in xdrag and ydrag to plot your own data.
gistlibby LogSnag