No BSD License  

Highlights from
Wing Designer

image thumbnail
from Wing Designer by John Rogers
Wing Designer computes aircraft performance measures from wing and engine parameters.

ZeroOutput(output)
function ZeroOutput(output)
% Null output to GUI when error checking is not satisfied

set(output.bendmoment,'String','---');
set(output.totaldrag,'String','---');%Convert to lbf
set(output.inddrag,'String','---');%Convert to lbf
set(output.profdrag,'String','---');%Convert to lbf
set(output.range,'String','---');%Convert m to miles
set(output.volume,'String','---');%Convert to ft^3
set(output.calctime,'String','---');
set(output.lift,'String','---');  %Convert to lbf
set(output.fuelweight,'String','---');  %Convert to lbf
set(output.payload,'ForegroundColor','black','String','---');  %Convert to lbf
set(output.SCORE,'String','---');

Contact us at files@mathworks.com