Skip to content

postpop/matlabProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure

prj.subprj/
	dat (contains raw data files)
	doc (descpriptions, notes, presentations posters)
	fig (plots)
	log (contains script output)
	pub (paper (drafts))
	res (for caching intermediate results that take a long time)
	src (all the code)
    web (a website for hosting the code???)
	Makefile (main file calling all subroutines in src??)
	readme.md (short description of the project and associated files)
	todo.md (guess what?)

Inspired by:

Notes

  • each script creates outputs (files in RES and FIG) that have its name plus some optional suffix
  • account for serialization
  • check for cached files (could use make for this)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages