Prev: SSMCMA
Next: Communicating Matlab with Hiteczang
From: Shota on 19 Jul 2010 18:38 I want to generate from m-files a latex code, which after I compile will generate a pdf file that is organized by sections and subsections. The problem I am having is that the matlab's "publish" command separates the code into multiple sections according to how I divide my m-file into different cells using '%% <my comment goes here>'. I am wondering if there is another way to do this. I would like to do this inside the for loop. Inside the for loop, I make a function call to e.g. my-fucntion(parameter). This function generates a bunch of figures, and I want those figures to be in the same section or subsection, and separate them from the figures generated from the previous or future iterations of the for loop. i.e. I want to devote one section for each iteration of the for loop. Please let me know if there is a way to do this. Thank you.
|
Pages: 1 Prev: SSMCMA Next: Communicating Matlab with Hiteczang |