Help for this page

Select Code to Download


  1. or download this
    <HTML>
    <BODY>
    ...
    </FORM>
    </BODY>
    </HTML>
    
  2. or download this
    function createTable(M)
    s = size(M);
    ...
        end
        fprintf(1,' </tr>');
    end