csu-hmc / perturbed-data-paper

A paper on an elaborate gait data set.
https://peerj.com/articles/918/
10 stars 6 forks source link

MATLAB Simulink prints too large to PDF #9

Closed skhnat closed 9 years ago

skhnat commented 9 years ago

Not sure how to remove white space around the Simulink model when MATLAB prints to PDF.

moorepants commented 9 years ago

I didn't even know you could print a pdf for the simulink model.

There are some tools to crop pdfs if you want to do that. You could probably open it in inkscape and then set the figure size, and then export as pdf.

moorepants commented 9 years ago

This probably isn't worth worrying about. I typically frown on addng simulink diagrams to papers anyways, as is similar to pasting in a bunch of code. The diagrams rarely add to the understanding and they are unlikely to be reproduced anyways. It is better just to include the mdl file in the supplementary material.

If you want to actually draw your own block diagram that would be much more preferable. But we may not need this diagram at all. You can likely explain the block diagram in one to two sentences in the text and that will be fully sufficient for the reader.

skhnat commented 9 years ago

That's okay. We don't need to include it. It's not that complicated of a diagram anyway.

On Wed, Nov 12, 2014 at 7:41 AM, Jason K. Moore notifications@github.com wrote:

This probably isn't worth worrying about. I typically frown on addng simulink diagrams to papers anyways, as is similar to pasting in a bunch of code. The diagrams rarely add to the understanding and they are unlikely to be reproduced anyways. It is better just to include the mdl file in the supplementary material.

If you want to actually draw your own block diagram that would be much more preferable. But we may not need this diagram at all. You can likely explain the block diagram in one to two sentences in the text and that will be fully sufficient for the reader.

— Reply to this email directly or view it on GitHub https://github.com/csu-hmc/perturbed-data-paper/issues/9#issuecomment-62712331 .

moorepants commented 9 years ago

Ok, if you remove it from the PR then we can merge in your changes. Thanks.