Is there a way i can find out which matlab files were opened on a certain date
    6 views (last 30 days)
  
       Show older comments
    
Hey guys, I am trying to recreate chain of flow of data analysis that was done by someone before me and I am stuck. There are certain files being generated by some script which are the final link in this chain but i don't know which script is generating these files. I know from the date they were created which is March of 2016. Is there a way i can find which files, matlab files specifically, were opened on a certain date?
Any help would be appreciated.
3 Comments
  dpb
      
      
 on 14 Jul 2017
				"...using all that i know of what to expect in the file to search for it" doesn't mean anything to me I can relate to.
Can you run the analysis and get new results or is this a set of results from some time back that are just sitting around with no connection to anything any longer? IOW, can you currently generate a new set of similar files from this analysis? If that is so, it should be possible to read the code and figure out what does what to whom.
OTOH, if you can't generate a new set from what code you have that you do run now and these are just data files from some previous time there is no way that there's any direct connection to output written by the content or time stamp on that file. It's quite possible the files could have just been created by the previous occupant of the workstation at the command line and never did have any script or function associated with them.
Answers (0)
See Also
Categories
				Find more on File Operations in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!