MATLAB图解精馏塔理论塔板数
'HorizontalAlignment','left','VerticalAlignment','top')
%以下代码是为了去掉顶端和右边坐标轴的刻度 box off
ax2 = axes('Position',get(gca,'Position'),... 'XAxisLocation','top',... 'YAxisLocation','right',... 'Color','none',... 'XColor','k','YColor','k'); set(ax2,'YTick', []); set(ax2,'XTick', []); box on
运行结果如图1所示:
10.90.80.780.60.50.4110.30.2130.114000.10.20.30.40.5x0.60.70.80.9112910所需理论板:14进料板位置:67645231y
图1 图解苯-甲苯精馏塔理论塔板数和进料位置
VI