blob: 5c100f302910fb033ea0d6a8f81edf7b998a6ee2 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001function writeMatHeader(fd, number_of_states, number_of_outputs)
2 fprintf(fd, 'typedef StateFeedbackLoop<%d, %d> MatrixClass;\n', number_of_states, number_of_outputs);
3 fprintf(fd, '#define MATRIX_INIT ');
4end