gusucode.com > private工具箱matlab源码程序 > private/construct_chart_ir_for_rtw.m

    function errorsOccurred = construct_chart_ir_for_rtw(chart, hChart)
    errorsOccurred = false;
    display_chart_codegen_message(chart,'rtw');
    try
        compute_chart_information(chart);
        construct_module(chart, hChart);
    catch
        % NOTE: Intentionally not calling construct_coder_error
        % as it never took place previously. (aelseed)
        %construct_coder_error(chart,ME.message,0);
        errorsOccurred = true;
    end