Quantcast
Channel: Should I include repeated code in my thesis appendix? - Academia Stack Exchange
Browsing all 6 articles
Browse latest View live

Answer by Christian Hennig for Should I include repeated code in my thesis...

(1) You can ask your supervisor.(2) Chances are it won't make any difference. The people who assess your thesis are in all likelihood not interested in whether these functions are in the Appendix or not.

View Article



Answer by Tom F for Should I include repeated code in my thesis appendix?

It sounds like you should be using functions in your Matlab code. The purpose of functions is to avoid repeating code that does the same thing. (See Matlab's function documentation.)So, if you have...

View Article

Answer by Dr. Banjadebaje for Should I include repeated code in my thesis...

You can solve two problems with one action if you do the looping and functions. If only variables are different but with same code, simply create loop where your same code takes all the variables that...

View Article

Should I include repeated code in my thesis appendix?

I'm writing up my PhD thesis and I'm not sure about the inclusion of some of the code I have written. I have a number of MATLAB scripts that I have included in the Appendix. The issue is that I have...

View Article

Answer by AccidentalTaylorExpansion for Should I include repeated code in my...

How I would solve it:Describe very clearly how your script depends on those variablesMake a table that lists the values associated with each experiment. You can then refer to an experiment by refering...

View Article


Answer by MisterMiyagi for Should I include repeated code in my thesis appendix?

Most likely you should not include any code in your appendix.If code is vital to understand your thesis, it should be in the main body and discussed there. Usually those are short excerpts, not even...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images